diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch) | |
tree | 080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /net-im | |
parent | 1596221df99f5031117eaee27e868532becd0048 (diff) | |
download | ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.tar.gz ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.zip |
Notes
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 |