diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 13:43:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 13:43:36 +0000 |
commit | 56d92b93932316d55e289f3abea037f9d887776d (patch) | |
tree | ce110c440ca03764d75e487df979b74bf17985f9 /games/xpuyopuyo | |
parent | a461bb81c08e6dc060afb6c872cbae9ea38e5130 (diff) | |
download | pkgsrc-56d92b93932316d55e289f3abea037f9d887776d.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 484a4d2e9d3..28b6af44029 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/10/03 00:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/10/21 13:43:36 wiz Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -9,13 +9,10 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ COMMENT= Tetris-like puzzle game -DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod - AUTOMAKE_REQD= 1.4 +USE_BUILDLINK2= YES USE_GMAKE= YES USE_X11BASE= YES -USE_XPM= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -32,5 +29,8 @@ pre-configure: > ${GNOME_CONFIG} ${CHMOD} +x ${GNOME_CONFIG} +.include "../../audio/libmikmod/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" |