diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /games/xlines | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
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 1f83e4f..8b69687 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 |