diff options
author | roger <roger@FreeBSD.org> | 2000-04-19 20:13:55 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-04-19 20:13:55 +0800 |
commit | 763bbf53364589a6b876889697ceddae26ea4ac2 (patch) | |
tree | 7573c311acb494256e2ed88d9c7ea3cecc829f0d /net/gatekeeper | |
parent | ece9df153f012c5852bc435860141f39b37de74c (diff) | |
download | freebsd-ports-gnome-763bbf53364589a6b876889697ceddae26ea4ac2.tar.gz freebsd-ports-gnome-763bbf53364589a6b876889697ceddae26ea4ac2.tar.zst freebsd-ports-gnome-763bbf53364589a6b876889697ceddae26ea4ac2.zip |
Add USE_BISON.
In theory this is not needed. This port does not need bison.
One of its dependent ports (openh323) needs bison and openh323
already has USE_BISON in its makefile.
However, without this bento complains that the port needs
bison and fails to build the package.
Diffstat (limited to 'net/gatekeeper')
-rw-r--r-- | net/gatekeeper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index ad01da9d11df..011e443ba234 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/gk NOCLEANDEPENDS= yes +USE_BISON= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \ |