diff options
author | agc <agc> | 2001-03-27 19:55:48 +0000 |
---|---|---|
committer | agc <agc> | 2001-03-27 19:55:48 +0000 |
commit | 95960bc6363f33a7b1233b63de7230576c2227af (patch) | |
tree | f9f90efeee9abcb8aa2d6713c2990de63699fea8 /x11 | |
parent | 5046082347110282dd1cc196f1e09c4badeb2b65 (diff) | |
download | pkgsrc-95960bc6363f33a7b1233b63de7230576c2227af.tar.gz |
Use a wildcarded package name for bison for the new BUILD_DEPENDS format.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ssystem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile index fd70a684edd..25120e61eef 100644 --- a/x11/ssystem/Makefile +++ b/x11/ssystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 07:08:59 fredb Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/27 19:55:48 agc Exp $ # DISTNAME= ssystem-1.6 @@ -9,7 +9,7 @@ MAINTAINER= fredb@netbsd.org HOMEPAGE= http://www1.las.es/~amil/ssystem/ COMMENT= Solar System Flyby Simulator -BUILD_DEPENDS+= bison:../../devel/bison +BUILD_DEPENDS+= bison-*:../../devel/bison USE_MESA= yes USE_X11BASE= yes |