diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 14:29:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 14:29:36 +0800 |
commit | 8a7e60c34586bb5267b5568f4aaf008466293240 (patch) | |
tree | 0eb60edc356664a1c6e82fcb4123098fa93c8c33 /devel/qtez | |
parent | f76f8647163274d25404da963254d945f45f725a (diff) | |
download | freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.tar.gz freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.tar.zst freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.zip |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to 'devel/qtez')
-rw-r--r-- | devel/qtez/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index 0241d4719d9e..d7143a683106 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.7 1998/08/05 09:30:48 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/07 23:56:16 asami Exp $ # DISTNAME= QTEZ-v0.62a @@ -15,9 +15,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= andy@icc.surw.chel.su -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt -LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11-toolkits/qt - +USE_QT= yes USE_GMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/qtez |