diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /games/xlines | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | freebsd-ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'games/xlines')
-rw-r--r-- | games/xlines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile index 1f83e4ff4f5c..8b696875936e 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.3 1998/07/27 23:25:03 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/05 09:30:59 asami Exp $ # DISTNAME= xlines @@ -13,8 +13,8 @@ MASTER_SITES= ftp://risq.belcaf.minsk.by/pub/genie/ 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 NO_WRKSUBDIR= yes |