aboutsummaryrefslogtreecommitdiff
path: root/net/pppload
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
commit65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch)
tree080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /net/pppload
parent1596221df99f5031117eaee27e868532becd0048 (diff)
downloadports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.tar.gz
ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.zip
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
Notes
Notes: svn path=/head/; revision=12469
Diffstat (limited to 'net/pppload')
-rw-r--r--net/pppload/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile
index f9e86b2b6ac1..09268df64b9a 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.4 1998/02/19 12:42:50 asami Exp $
+# $Id: Makefile,v 1.5 1998/08/07 23:56:43 asami Exp $
#
DISTNAME= pppload-1.0
@@ -12,11 +12,9 @@ MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/
MAINTAINER= ports@FreeBSD.ORG
-BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt
-LIB_DEPENDS= qt:${PORTSDIR}/x11-toolkits/qt
+USE_QT= yes
+USE_GMAKE= yes
MAN1= pppload.1
-USE_GMAKE= yes
-
.include <bsd.port.mk>