diff options
author | obache <obache@pkgsrc.org> | 2008-08-10 04:35:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-10 04:35:44 +0000 |
commit | 18160bbe1203ad58f217a21dcf88be37e3a6b604 (patch) | |
tree | 0390631389aafdf8546ab0d4d18e64d03cf9ec83 /graphics/giram | |
parent | 4e4fe7d1ad15634f6884d0f79d801465e982ec1c (diff) | |
download | pkgsrc-18160bbe1203ad58f217a21dcf88be37e3a6b604.tar.gz |
No need bison to build.
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 7e89dd8e0d8..59122eb9b21 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/07/19 10:08:38 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2008/08/10 04:35:44 obache Exp $ # DISTNAME= giram-0.3.5 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.giram.org/ COMMENT= Giram Is Really A Modeller DEPENDS+= povray-[0-9]*:../../graphics/povray -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake pkg-config msgfmt intltool |