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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 69b129cf5d08..63781488eba7 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,7 +3,7 @@ # Date created: 2 July 1998 # Whom: Brian Feldman # -# $Id: Makefile,v 1.1.1.1 1998/07/09 16:01:50 eivind Exp $ +# $Id: Makefile,v 1.3 1998/08/09 01:25:53 steve Exp $ # DISTNAME= licq-0.34 @@ -12,12 +12,10 @@ MASTER_SITES= http://pages.infinit.net/fairoff/licq/ MAINTAINER= brianfeldman@hotmail.com -LIB_DEPENDS= qt\\.1\\.33:${PORTSDIR}/x11-toolkits/qt133 - +USE_QT= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes -HAS_CONFIGURE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt --with-qt-libs=${X11BASE}/lib |