summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-02-05 05:06:32 +0000
committerjlam <jlam@pkgsrc.org>2003-02-05 05:06:32 +0000
commitf45c0179236a61aae0b3835ddf48231c0c15d808 (patch)
tree216db4f192eeb6886d463cf473239b97f7ccf45d /games/xpuyopuyo
parent81a8b484baf0134da0aa9e4af2e1488709339f73 (diff)
downloadpkgsrc-f45c0179236a61aae0b3835ddf48231c0c15d808.tar.gz
gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r--games/xpuyopuyo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 39db96969cf..b77138591f4 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/01/27 23:45:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2003/02/05 05:06:35 jlam Exp $
DISTNAME= xpuyopuyo-0.9.1
PKGREVISION= 1
@@ -10,6 +10,8 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://chaos2.org/xpuyopuyo/
COMMENT= Tetris-like puzzle game
+DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
+
AUTOMAKE_REQD= 1.4
USE_BUILDLINK2= YES
USE_GMAKE= YES
@@ -32,7 +34,6 @@ pre-configure:
.include "../../audio/libmikmod/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
-.include "../../misc/gnome1-dirs/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"