diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
| commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
| tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /net/pppload | |
| parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'net/pppload')
| -rw-r--r-- | net/pppload/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile index 9e71340234f1..f9e86b2b6ac1 100644 --- a/net/pppload/Makefile +++ b/net/pppload/Makefile @@ -3,7 +3,7 @@ # Date created: 30 January 1998 # Whom: Sean Cole <scole@aracnet.com> # -# $Id: Makefile,v 1.3 1998/02/19 09:51:47 obrien Exp $ +# $Id: Makefile,v 1.4 1998/02/19 12:42:50 asami Exp $ # DISTNAME= pppload-1.0 @@ -12,8 +12,8 @@ MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/ MAINTAINER= ports@FreeBSD.ORG -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt:${PORTSDIR}/x11/qt +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt +LIB_DEPENDS= qt:${PORTSDIR}/x11-toolkits/qt MAN1= pppload.1 |
