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 | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
Diffstat (limited to '')
-rw-r--r-- | games/3dc/Makefile | 4 | ||||
-rw-r--r-- | games/blackjack/Makefile | 6 | ||||
-rw-r--r-- | games/bogged/Makefile | 4 | ||||
-rw-r--r-- | games/dontspace/Makefile | 4 | ||||
-rw-r--r-- | games/imaze/Makefile | 4 | ||||
-rw-r--r-- | games/kdegames11/Makefile | 6 | ||||
-rw-r--r-- | games/kdegames2/Makefile | 6 | ||||
-rw-r--r-- | games/kdegames3/Makefile | 6 | ||||
-rw-r--r-- | games/kdegames4/Makefile | 6 | ||||
-rw-r--r-- | games/klondike/Makefile | 4 | ||||
-rw-r--r-- | games/ktamaga/Makefile | 6 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 4 | ||||
-rw-r--r-- | games/nethack33-qt/Makefile | 4 | ||||
-rw-r--r-- | games/nethack34-qt/Makefile | 4 | ||||
-rw-r--r-- | games/pp/Makefile | 6 | ||||
-rw-r--r-- | games/tksol/Makefile | 4 | ||||
-rw-r--r-- | games/tvp/Makefile | 4 | ||||
-rw-r--r-- | games/xchain/Makefile | 4 | ||||
-rw-r--r-- | games/xjumpjump/Makefile | 4 | ||||
-rw-r--r-- | games/xlines/Makefile | 6 | ||||
-rw-r--r-- | games/xmastermind/Makefile | 4 | ||||
-rw-r--r-- | games/xmine/Makefile | 4 | ||||
-rw-r--r-- | games/xothello/Makefile | 4 | ||||
-rw-r--r-- | games/xvmahjongg/Makefile | 6 | ||||
-rw-r--r-- | games/xvmines/Makefile | 6 |
25 files changed, 60 insertions, 60 deletions
diff --git a/games/3dc/Makefile b/games/3dc/Makefile index a2ae1a55b859..488c623c8ff9 100644 --- a/games/3dc/Makefile +++ b/games/3dc/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:24:25 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:51 asami Exp $ # DISTNAME= 3Dc-0.8.1 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= games/strategy MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d + Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/3Dc 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 diff --git a/games/bogged/Makefile b/games/bogged/Makefile index cd6e648807cc..9087e0f8b6b3 100644 --- a/games/bogged/Makefile +++ b/games/bogged/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/07/12 23:53:06 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/05 09:30:52 asami Exp $ # DISTNAME= bogged-1.0.0 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .gz MAINTAINER= andy@icc.surw.chel.su -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index 753fc947bc57..bbf52a3221da 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -3,7 +3,7 @@ # Date created: 26-Apr-97 # Whom: johnh@isi.edu # -# $Id: Makefile,v 1.3 1997/05/09 23:38:42 asami Exp $ +# $Id: Makefile,v 1.4 1998/02/21 22:37:55 fenner Exp $ # DISTNAME= dontspace-1.2 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= johnh@isi.edu -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11-toolkits/tk41 GNU_CONFIGURE= Yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ diff --git a/games/imaze/Makefile b/games/imaze/Makefile index d8342aa4177f..20d33ac0e889 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -3,7 +3,7 @@ # Date created: 27. April 1996 # Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de> # -# $Id: Makefile,v 1.8 1996/12/19 05:10:13 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/05 09:30:56 asami Exp $ # DISTNAME= imaze @@ -18,7 +18,7 @@ MAINTAINER= kuehn@rz.tu-clausthal.de .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) MAKE_ENV+= FORCE_MOTIF=yes .else -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib .endif EXTRACT_ONLY= imaze1.3.tar.Z diff --git a/games/kdegames11/Makefile b/games/kdegames11/Makefile index 75e13e1cf5bb..9da38c9d2ad0 100644 --- a/games/kdegames11/Makefile +++ b/games/kdegames11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.13 1998/07/19 17:44:07 se Exp $ +# $Id: Makefile,v 1.14 1998/07/23 20:51:58 se Exp $ # DISTNAME= kdegames-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ diff --git a/games/kdegames2/Makefile b/games/kdegames2/Makefile index 75e13e1cf5bb..9da38c9d2ad0 100644 --- a/games/kdegames2/Makefile +++ b/games/kdegames2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.13 1998/07/19 17:44:07 se Exp $ +# $Id: Makefile,v 1.14 1998/07/23 20:51:58 se Exp $ # DISTNAME= kdegames-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index 75e13e1cf5bb..9da38c9d2ad0 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.13 1998/07/19 17:44:07 se Exp $ +# $Id: Makefile,v 1.14 1998/07/23 20:51:58 se Exp $ # DISTNAME= kdegames-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 75e13e1cf5bb..9da38c9d2ad0 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.13 1998/07/19 17:44:07 se Exp $ +# $Id: Makefile,v 1.14 1998/07/23 20:51:58 se Exp $ # DISTNAME= kdegames-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ diff --git a/games/klondike/Makefile b/games/klondike/Makefile index 461f4e23b9f2..69f963fb4720 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -3,7 +3,7 @@ # Date created: 26-Apr-97 # Whom: johnh@isi.edu # -# $Id: Makefile,v 1.4 1997/05/09 23:42:43 asami Exp $ +# $Id: Makefile,v 1.5 1998/02/21 22:38:01 fenner Exp $ # DISTNAME= klondike-1.8 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= johnh@isi.edu -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11-toolkits/tk41 GNU_CONFIGURE= Yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ diff --git a/games/ktamaga/Makefile b/games/ktamaga/Makefile index 9c162520e442..077cf285037f 100644 --- a/games/ktamaga/Makefile +++ b/games/ktamaga/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.3 1997/12/27 09:38:12 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/04/29 17:51:20 asami Exp $ # DISTNAME= ktamaga-0.2 @@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/unstable/apps/games/ \ MAINTAINER= se@freebsd.org -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 \ kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs BROKEN= upgrade diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index b39ba1a6a7af..aa7dbd535018 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1998/07/20 17:37:13 andreas Exp $ +# $Id: Makefile,v 1.14 1998/07/27 23:24:44 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -21,7 +21,7 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11/qt140 \ +LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11-toolkits/qt140 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index b39ba1a6a7af..aa7dbd535018 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1998/07/20 17:37:13 andreas Exp $ +# $Id: Makefile,v 1.14 1998/07/27 23:24:44 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -21,7 +21,7 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11/qt140 \ +LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11-toolkits/qt140 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index b39ba1a6a7af..aa7dbd535018 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1998/07/20 17:37:13 andreas Exp $ +# $Id: Makefile,v 1.14 1998/07/27 23:24:44 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -21,7 +21,7 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11/qt140 \ +LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11-toolkits/qt140 \ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas 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 diff --git a/games/tksol/Makefile b/games/tksol/Makefile index a25e0c102944..9ca9d8d8ac89 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1997/11/22 20:48:34 jseger Exp $ +# $Id: Makefile,v 1.11 1998/03/20 14:35:22 tg Exp $ # DISTNAME= tksol-1.0 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 057b1277fb53..5becb762883f 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -3,7 +3,7 @@ # Date Created: 3 Jul 1996 # Whom: Tim Vanderhoek <ac199@hwcn.org> # -# $Id: Makefile,v 1.3 1997/12/24 01:21:44 alex Exp $ +# $Id: Makefile,v 1.4 1998/07/15 16:00:52 hoek Exp $ # DISTNAME= tvp-0.9.7.1 @@ -15,7 +15,7 @@ MAINTAINER= hoek@FreeBSD.ORG # If you comment this out, the port should automatically use whichever # version of tk you have installed, or, lacking all versions, it will # build only the ANSI and terminal interfaces (not the nice X interface). -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl-dir=${PREFIX}/lib \ diff --git a/games/xchain/Makefile b/games/xchain/Makefile index 33ed41bf2015..a9c1435c47d1 100644 --- a/games/xchain/Makefile +++ b/games/xchain/Makefile @@ -3,7 +3,7 @@ # Date created: 13 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:24:51 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:58 asami Exp $ # DISTNAME= xchain_1.0-2 @@ -13,7 +13,7 @@ MASTER_SITES= http://thor.cam.ac.uk/~ac212/xchain/ MAINTAINER= andy@icc.surw.chel.su -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xchain-1.0 diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile index 66f475a7cfe0..e9df71f1560f 100644 --- a/games/xjumpjump/Makefile +++ b/games/xjumpjump/Makefile @@ -3,7 +3,7 @@ # Date created: 9 April 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:24:57 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:59 asami Exp $ # DISTNAME= xjumpjump @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms +LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes 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 diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile index c5fa408f404b..70ccc6c9dd8d 100644 --- a/games/xmastermind/Makefile +++ b/games/xmastermind/Makefile @@ -3,7 +3,7 @@ # Date created: 23 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:25:04 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:30:59 asami Exp $ # DISTNAME= xmastermind-0.1 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= games/strategy MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms +LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 4ca81fd7253c..537811ec50a3 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.12 1997/01/03 11:33:16 obrien Exp $ +# $Id: Makefile,v 1.13 1997/04/30 03:18:00 asami Exp $ # DISTNAME= xmine-1.0.3-Xaw @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org -LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d +LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes MAN6= xmine.6 diff --git a/games/xothello/Makefile b/games/xothello/Makefile index 50e945d324ab..c98c0e5749e6 100644 --- a/games/xothello/Makefile +++ b/games/xothello/Makefile @@ -3,7 +3,7 @@ # Date created: 31 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:25:15 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:31:00 asami Exp $ # DISTNAME= xothello @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms +LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms NO_CDROM= Possible trademark infringement diff --git a/games/xvmahjongg/Makefile b/games/xvmahjongg/Makefile index f847712c054b..fd5d1c13b3b5 100644 --- a/games/xvmahjongg/Makefile +++ b/games/xvmahjongg/Makefile @@ -3,7 +3,7 @@ # Date created: 21 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:25:33 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:31:03 asami Exp $ # DISTNAME= xvmahjongg2.1 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib \ - olgx\\.3\\.2:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib \ + olgx\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib ALL_TARGET= mahjongg.swap USE_X_PREFIX= yes diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index d97c01ada5a9..fa51d56e0182 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/27 10:09:54 tg Exp $ # DISTNAME= xvmines-1.0 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib \ - olgx\\.3\\.2:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib \ + olgx\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib USE_IMAKE= yes MAN6= xvmines.6 |