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/pp | |
parent | 1596221df99f5031117eaee27e868532becd0048 (diff) | |
download | ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.tar.gz ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.zip |
Notes
Diffstat (limited to 'games/pp')
-rw-r--r-- | games/pp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile index cc0f3c5666ce..4d3e1d445368 100644 --- a/games/pp/Makefile +++ b/games/pp/Makefile @@ -3,7 +3,7 @@ # Date created: 21 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/08/05 09:30:57 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/07 23:56:21 asami Exp $ # DISTNAME= pp-0.01 @@ -14,9 +14,7 @@ DISTFILES= ppinst-0.01.tar.gz ppsrc-0.01.tar.gz 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 WRKSRC= ${WRKDIR}/ppsrc |