diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 8a7e60c34586bb5267b5568f4aaf008466293240 (patch) | |
tree | 0eb60edc356664a1c6e82fcb4123098fa93c8c33 /deskutils/kproject | |
parent | f76f8647163274d25404da963254d945f45f725a (diff) | |
download | FreeBSD-ports-8a7e60c34586bb5267b5568f4aaf008466293240.zip FreeBSD-ports-8a7e60c34586bb5267b5568f4aaf008466293240.tar.gz |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to 'deskutils/kproject')
-rw-r--r-- | deskutils/kproject/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/kproject/Makefile b/deskutils/kproject/Makefile index c7ec96c..d3f7eee 100644 --- a/deskutils/kproject/Makefile +++ b/deskutils/kproject/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.2 1998/08/07 22:17:52 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/07 23:56:14 asami Exp $ # DISTNAME= kproject-0.1 @@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt \ - libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \ - kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool +LIB_DEPENDS= kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs +USE_QT= yes WRKSRC= ${WRKDIR}/kproject .include <bsd.port.mk> |