diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-25 02:21:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-25 02:21:24 +0000 |
commit | 693ff3d8f3a9632b25c7fa9fe273f4d54877dacc (patch) | |
tree | 70b21d58cd2c0c627ef40c2794ad2e0bf05389da /games/xpuyopuyo | |
parent | 5aa36f5de499bd89dc73a98bab22e9b1d132e046 (diff) | |
download | pkgsrc-693ff3d8f3a9632b25c7fa9fe273f4d54877dacc.tar.gz |
Add BUILD_DEPENDS on automake
XXX There's still a 'ls: ./acinclude.m4: No such file or directory' that
I don't know where it's coming from, but the pkg builds anyways.
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 65869627cf3..2d8ab3de1ed 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/23 23:59:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/25 02:21:24 hubertf Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -9,6 +9,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod |