diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-05 05:06:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-05 05:06:32 +0000 |
commit | f45c0179236a61aae0b3835ddf48231c0c15d808 (patch) | |
tree | 216db4f192eeb6886d463cf473239b97f7ccf45d /games | |
parent | 81a8b484baf0134da0aa9e4af2e1488709339f73 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | games/dopewars/Makefile | 5 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 89d6fc44735..abc336c94e1 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/01/27 23:45:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2003/02/05 05:06:34 jlam Exp $ DISTNAME= dopewars-1.5.8 PKGREVISION= 1 @@ -11,6 +11,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ COMMENT= Make a fortune dealing drugs on the streets of New York +DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs + USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_GMAKE= YES @@ -27,5 +29,4 @@ CONFIGURE_ARGS+= --localstatedir=/var/games .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/glib/buildlink2.mk" .include "../../devel/ncurses/buildlink2.mk" -.include "../../misc/gnome1-dirs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" 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" |