summaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-03-08 22:25:30 +0000
committerjmc <jmc@pkgsrc.org>2003-03-08 22:25:30 +0000
commitff65eb18276749faea07e32c166a3cfc23a7062b (patch)
tree3c190af95f451d6f2f65a842045a5305c5b8a69d /graphics/giram
parent9617179b0856fa159f1ed68d0bd3ce5e75040da4 (diff)
downloadpkgsrc-ff65eb18276749faea07e32c166a3cfc23a7062b.tar.gz
Change bison to a BUILD_DEPENDS
Diffstat (limited to 'graphics/giram')
-rw-r--r--graphics/giram/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index 7130db8fbad..6d9e22c349b 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/03/08 21:38:27 jmc Exp $
+# $NetBSD: Makefile,v 1.24 2003/03/08 22:25:30 jmc Exp $
DISTNAME= giram-0.3.4
CATEGORIES= graphics
@@ -16,6 +16,7 @@ USE_PKGINSTALL= yes
USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+BUILD_DEPENDS+= bison:../../devel/bison
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -32,7 +33,6 @@ CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc_user \
CONF_FILES+= ${PREFIX}/share/examples/giram/ps-menurc \
${PKG_SYSCONFDIR}/ps-menurc
-.include "../../devel/bison/buildlink2.mk"
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"