diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /games/pp | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'games/pp')
-rw-r--r-- | games/pp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pp/Makefile b/games/pp/Makefile index f6e4a0adedd6..cc0f3c5666ce 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.1.1.1 1998/08/01 05:00:13 nectar Exp $ +# $Id: Makefile,v 1.2 1998/08/05 09:30:57 asami Exp $ # DISTNAME= pp-0.01 @@ -14,8 +14,8 @@ DISTFILES= ppinst-0.01.tar.gz ppsrc-0.01.tar.gz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11-toolkits/qt +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/ppsrc |