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/blackjack | |
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/blackjack')
-rw-r--r-- | games/blackjack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/blackjack/Makefile b/games/blackjack/Makefile index 1301b78656e6..c6a5b700d013 100644 --- a/games/blackjack/Makefile +++ b/games/blackjack/Makefile @@ -3,7 +3,7 @@ # Date created: 23 February 1998 # Whom: Peter Mutsaers # -# $Id: Makefile,v 1.2 1998/04/22 22:55:26 mph Exp $ +# $Id: Makefile,v 1.3 1998/07/27 23:24:37 asami Exp $ # DISTNAME= blackjack-1.1 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= games/strategy MAINTAINER= plm@xs4all.nl -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11-toolkits/qt WRKSRC= ${WRKDIR}/blackjack |