summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-22 09:01:16 +0000
committerwiz <wiz@pkgsrc.org>2009-07-22 09:01:16 +0000
commit6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c (patch)
treef31edaeb6360332619fa574baabd5871d646f682 /games
parentc92320d92678dfa68215d796d1b3b5ca18ef72aa (diff)
downloadpkgsrc-6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c.tar.gz
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Diffstat (limited to 'games')
-rw-r--r--games/atomix/Makefile3
-rw-r--r--games/ccgo/Makefile3
-rw-r--r--games/crimsonfields/Makefile3
-rw-r--r--games/dopewars/Makefile3
-rw-r--r--games/enigma/Makefile3
-rw-r--r--games/exult/Makefile3
-rw-r--r--games/freesci/Makefile3
-rw-r--r--games/gamazons/Makefile3
-rw-r--r--games/gbrainy/Makefile3
-rw-r--r--games/gcompris/Makefile3
-rw-r--r--games/ggz-client-libs/Makefile3
-rw-r--r--games/gnome-games-extra-data/Makefile3
-rw-r--r--games/gnome-games/Makefile3
-rw-r--r--games/gnome-mastermind/Makefile3
-rw-r--r--games/grhino/Makefile3
-rw-r--r--games/gtetrinet/Makefile3
-rw-r--r--games/liquidwar/Makefile3
-rw-r--r--games/openttd/Makefile3
-rw-r--r--games/pioneers/Makefile3
-rw-r--r--games/pokerth/Makefile3
-rw-r--r--games/pytraffic/Makefile3
-rw-r--r--games/quarry/Makefile3
-rw-r--r--games/scummvm/Makefile3
-rw-r--r--games/sirius/Makefile3
-rw-r--r--games/teg/Makefile3
-rw-r--r--games/warzone2100/Makefile3
-rw-r--r--games/wesnoth/Makefile3
-rw-r--r--games/wormux/Makefile3
-rw-r--r--games/xbreaky/Makefile3
-rw-r--r--games/xpuyopuyo/Makefile3
30 files changed, 30 insertions, 60 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index 4e81594493c..7657a2e2c5a 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/03/06 14:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:27 wiz Exp $
#
DISTNAME= atomix-2.14.0
@@ -14,7 +14,6 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
USE_TOOLS+= intltool pkg-config gmake
-USE_DIRS+= xdg-1.1 gnome2-1.6
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
diff --git a/games/ccgo/Makefile b/games/ccgo/Makefile
index 964c3fb138a..5ad64a79280 100644
--- a/games/ccgo/Makefile
+++ b/games/ccgo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2009/02/09 21:11:52 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2009/07/22 09:01:27 wiz Exp $
DISTNAME= ccgo-0.3.6.3
CATEGORIES= games
@@ -14,7 +14,6 @@ DEPENDS+= gnugo>=3.4:../../games/gnugo
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt pkg-config
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile
index 22c41404bfb..e54951270eb 100644
--- a/games/crimsonfields/Makefile
+++ b/games/crimsonfields/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:27 wiz Exp $
#
DISTNAME= crimson-0.5.2
@@ -13,7 +13,6 @@ COMMENT= Tactical war game in the tradition of Battle Isle
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
# not standard locale files
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 3a2833fe6e5..451fe03f1a2 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2009/07/08 17:03:35 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2009/07/22 09:01:27 wiz Exp $
DISTNAME= dopewars-1.5.12
CATEGORIES= games
@@ -10,7 +10,6 @@ COMMENT= Make a fortune dealing drugs on the streets of New York
PKG_DESTDIR_SUPPORT= destdir
-USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index c13ae4fe70c..dee77c5fd60 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/06/14 17:55:03 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:27 wiz Exp $
DISTNAME= enigma-1.01
CATEGORIES= games
@@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
GCC_REQD+= 3.3
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
diff --git a/games/exult/Makefile b/games/exult/Makefile
index 0719262f51c..4b350f2b344 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/06/30 00:07:15 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:27 wiz Exp $
#
DISTNAME= exult-1.2
@@ -12,7 +12,6 @@ COMMENT= Open-source Ultima 7 engine
MAKE_JOBS_SAFE= no
-USE_DIRS+= xdg-1.2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/games/freesci/Makefile b/games/freesci/Makefile
index 7991ce0bd3d..2086cd2a5a7 100644
--- a/games/freesci/Makefile
+++ b/games/freesci/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2009/05/20 00:58:16 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= freesci-0.3.5
@@ -10,7 +10,6 @@ MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://freesci.linuxgames.com/
COMMENT= Interpreter for Sierra On-Line's SCI games
-USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= wish:run
diff --git a/games/gamazons/Makefile b/games/gamazons/Makefile
index 23184d8a4a3..7041e5096d3 100644
--- a/games/gamazons/Makefile
+++ b/games/gamazons/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= gamazons-0.83
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
-USE_DIRS+= gnome2-1.6 xdg-1.4
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile
index c64314f6342..45dd39ad54b 100644
--- a/games/gbrainy/Makefile
+++ b/games/gbrainy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/06/14 19:42:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= gbrainy-1.11
@@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
USE_LANGUAGES= c
USE_TOOLS+= intltool pkg-config bash:run msgfmt
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index 41729120803..f79a5ac732a 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:15 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/07/22 09:01:28 wiz Exp $
DISTNAME= gcompris-8.4.4
PKGREVISION= 3
@@ -18,7 +18,6 @@ USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CHECK_PORTABILITY_SKIP+= macosx/build-gtk.sh
-USE_DIRS+= xdg-1.1 gnome2-1.5
INFO_FILES= yes
DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile
index 24f715ec0d0..e124aafb12f 100644
--- a/games/ggz-client-libs/Makefile
+++ b/games/ggz-client-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/09/25 14:02:09 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= ggz-client-libs-0.0.14.1
@@ -13,7 +13,6 @@ COMMENT= GGZ Gaming Zone libraries
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile
index 22e4a73b137..62a42b89639 100644
--- a/games/gnome-games-extra-data/Makefile
+++ b/games/gnome-games-extra-data/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/15 19:31:19 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/22 09:01:28 wiz Exp $
DISTNAME= gnome-games-extra-data-2.26.0
CATEGORIES= games gnome
@@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 games collection - extra data files
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 2318b1bc82b..b7a0c7e743b 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2009/07/15 09:53:11 joerg Exp $
+# $NetBSD: Makefile,v 1.100 2009/07/22 09:01:28 wiz Exp $
DISTNAME= gnome-games-2.26.3
CATEGORIES= games gnome
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= xbill-[0-9]*
SUPERSEDES= glchess-[0-9]*
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_CONFIG_WRAPPER= yes
diff --git a/games/gnome-mastermind/Makefile b/games/gnome-mastermind/Makefile
index 5a367262ff4..4b2a8f6eadf 100644
--- a/games/gnome-mastermind/Makefile
+++ b/games/gnome-mastermind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:04 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= gnome-mastermind-0.3.1
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt
-USE_DIRS+= xdg-1.1 gnome2-1.5
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
diff --git a/games/grhino/Makefile b/games/grhino/Makefile
index e250de0dd61..9ccaae2a60d 100644
--- a/games/grhino/Makefile
+++ b/games/grhino/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:28 wiz Exp $
#
DISTNAME= grhino-0.16.0
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config msgfmt
GNU_CONFIGURE= yes
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
.include "../../devel/libgnomeui/buildlink3.mk"
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile
index 0490783f976..fb3e2d902b5 100644
--- a/games/gtetrinet/Makefile
+++ b/games/gtetrinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2008/06/20 01:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= gtetrinet-0.7.11
@@ -13,7 +13,6 @@ COMMENT= Multiplayer tetris game for GNOME2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile
index 3459669be48..e30999f810b 100644
--- a/games/liquidwar/Makefile
+++ b/games/liquidwar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/06/09 03:04:00 dsainty Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= liquidwar-5.6.4
@@ -11,7 +11,6 @@ COMMENT= Unique multiplayer wargame
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index f687c23d81c..5d944693c71 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/03/22 16:39:14 hasso Exp $
+# $NetBSD: Makefile,v 1.32 2009/07/22 09:01:29 wiz Exp $
DISTNAME= openttd-0.6.3-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -12,7 +12,6 @@ EXTRACT_SUFX= .tar.bz2
HAS_CONFIGURE= yes
USE_LANGUAGES+= c c++
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake pkg-config
# Setting the below results in binaries looking in ${DESTDIR} for datafiles
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile
index 3e757af88cf..ac5f4489314 100644
--- a/games/pioneers/Makefile
+++ b/games/pioneers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/03/08 15:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= pioneers-0.11.3
@@ -13,7 +13,6 @@ COMMENT= GNOME version of the Settlers of Catan board game
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake pkg-config msgfmt
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile
index d8a02c6ae3a..96c4648b117 100644
--- a/games/pokerth/Makefile
+++ b/games/pokerth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/07/14 15:53:20 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= PokerTH-0.7.1-src
@@ -14,7 +14,6 @@ COMMENT= Texas Holdem poker with online play
USE_TOOLS= gmake
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
-USE_DIRS+= xdg-1.4
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 share/pokerth \
diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile
index c0e4c879b39..5bd86f0bb9f 100644
--- a/games/pytraffic/Makefile
+++ b/games/pytraffic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= pytraffic-2.5.4
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
# pytraffic-2.5.4 distfile was changed after release
DIST_SUBDIR= pytraffic-2.5.4-070313
-USE_DIRS+= xdg-1.1
PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
diff --git a/games/quarry/Makefile b/games/quarry/Makefile
index c424c1f00f0..64ab662a83a 100644
--- a/games/quarry/Makefile
+++ b/games/quarry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/03/08 15:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= quarry-0.2.0
@@ -12,7 +12,6 @@ COMMENT= Multi-purpose GUI for several board games
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.4
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 484a36bcb47..72e1f4ea87d 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2009/04/28 06:28:09 adam Exp $
+# $NetBSD: Makefile,v 1.58 2009/07/22 09:01:29 wiz Exp $
DISTNAME= scummvm-0.13.1
CATEGORIES= games
@@ -11,7 +11,6 @@ COMMENT= LucasArts Script Creation Utility for Maniac Mansion
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
HAS_CONFIGURE= yes
diff --git a/games/sirius/Makefile b/games/sirius/Makefile
index a3d69f4bc80..e51ecffcdd5 100644
--- a/games/sirius/Makefile
+++ b/games/sirius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/06/20 01:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2009/07/22 09:01:29 wiz Exp $
#
DISTNAME= sirius-0.8.0
@@ -13,7 +13,6 @@ COMMENT= Othello game for GNOME2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/games/teg/Makefile b/games/teg/Makefile
index 79bceddc644..844856cac32 100644
--- a/games/teg/Makefile
+++ b/games/teg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/02/07 23:23:53 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:30 wiz Exp $
DISTNAME= teg-0.11.1
PKGREVISION= 12
@@ -11,7 +11,6 @@ COMMENT= Round-based computer board game
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS= xdg-1.2 gnome2-1.5
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index 3d1d5aa0781..f15977bc433 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/20 00:58:17 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:30 wiz Exp $
#
DISTNAME= warzone2100-2.1.1
@@ -19,7 +19,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_DIRS+= xdg-1.4
USE_TOOLS+= pkg-config bison msgfmt intltool gmake gsed gawk flex
TOOLS_PLATFORM.gsed= #empty, override nonsense in tools
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 74a6743f57b..52f51d58d08 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2009/07/18 14:02:24 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2009/07/22 09:01:30 wiz Exp $
DISTNAME= wesnoth-1.6.4
CATEGORIES= games
@@ -15,7 +15,6 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
-USE_DIRS= xdg-1.4
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
diff --git a/games/wormux/Makefile b/games/wormux/Makefile
index c6069a59828..9374ea58eeb 100644
--- a/games/wormux/Makefile
+++ b/games/wormux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/04/23 13:10:07 adam Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:30 wiz Exp $
DISTNAME= wormux-0.8.3
CATEGORIES= games
@@ -11,7 +11,6 @@ COMMENT= Battle game
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config msgfmt
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile
index 2869d701232..1f344f9c37d 100644
--- a/games/xbreaky/Makefile
+++ b/games/xbreaky/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/12/15 20:32:56 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:30 wiz Exp $
#
DISTNAME= xbreaky-0.0.5
@@ -10,7 +10,6 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://xbreaky.sourceforge.net/
COMMENT= Breakout game for X11
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index a2a2760a544..79c62aea1b2 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/07/14 12:56:04 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2009/07/22 09:01:30 wiz Exp $
DISTNAME= xpuyopuyo-0.9.1
PKGREVISION= 6
@@ -12,7 +12,6 @@ COMMENT= Tetris-like puzzle game
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome1-1.5
USE_TOOLS+= automake autoconf gmake
USE_X11BASE= YES
USE_LIBTOOL= YES