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 /games/xlines/Makefile | |
parent | Fix Version-required comment. (diff) |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to '')
-rw-r--r-- | games/xlines/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile index 8b696875936e..320dd3b7b4f2 100644 --- a/games/xlines/Makefile +++ b/games/xlines/Makefile @@ -3,7 +3,7 @@ # Date created: 11 February 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/08/05 09:30:59 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:22 asami Exp $ # DISTNAME= xlines @@ -13,9 +13,7 @@ MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11-toolkits/qt -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt - +USE_QT= yes USE_X_PREFIX= yes NO_WRKSUBDIR= yes |