diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 00:51:36 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 00:51:36 +0000 |
commit | 3a3fe8e873eb78efc8e81563a2581004ad5d9bc1 (patch) | |
tree | ea4a6d56afb97d70d50145fc12aa408e271c83a2 /x11 | |
parent | cb5897adcb7b419f3b5e722e3335f5b9330562f4 (diff) | |
download | pkgsrc-3a3fe8e873eb78efc8e81563a2581004ad5d9bc1.tar.gz |
Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version
required in mk/tools/bison.mk is good enough for all of them.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ssystem/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile index fac3073bb0e..9b1f9ab8662 100644 --- a/x11/ssystem/Makefile +++ b/x11/ssystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/12/23 11:45:02 dsainty Exp $ +# $NetBSD: Makefile,v 1.26 2012/01/14 00:51:37 hans Exp $ # DISTNAME= ssystem-1.6 @@ -14,9 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - -USE_TOOLS+= flex +USE_TOOLS+= flex bison USE_X11BASE= yes MAKE_FILE= Makefile.FreeBSD |