diff options
author | heinz <heinz> | 2004-01-03 01:18:28 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-01-03 01:18:28 +0000 |
commit | 63208cbf6eca6a9c47a1f1ec89d50317b5a5d4cf (patch) | |
tree | 9873dd652983c0c26d2b224cfa282dc538666d3b /graphics | |
parent | b9fad3ad0e9bf383fa9b9acb6a88afc866ee0b1e (diff) | |
download | pkgsrc-63208cbf6eca6a9c47a1f1ec89d50317b5a5d4cf.tar.gz |
Add correct version syntax to BUILD_DEPENDS line
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giram/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 4f5999b10b7..5ac1ee1e510 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/12/13 00:45:23 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/03 01:18:28 heinz Exp $ # DISTNAME= giram-0.3.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.giram.org/ COMMENT= Giram Is Really A Modeller DEPENDS+= povray-[0-9]*:../../graphics/povray -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES |