diff options
author | agc <agc@pkgsrc.org> | 2001-03-27 19:55:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-27 19:55:48 +0000 |
commit | 623a15970475a855c26f73b856917f584a797247 (patch) | |
tree | f9f90efeee9abcb8aa2d6713c2990de63699fea8 | |
parent | c3e959a1a88924c8cd83bb11b3b39b4c43e819e8 (diff) | |
download | pkgsrc-623a15970475a855c26f73b856917f584a797247.tar.gz |
Use a wildcarded package name for bison for the new BUILD_DEPENDS format.
-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 |