From a7efe0219b9cd7934ceb3e8733cb5bd5157b175a Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 19 Apr 2000 12:13:55 +0000 Subject: 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. --- net/gatekeeper/Makefile | 1 + net/opengatekeeper/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'net') 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 \ diff --git a/net/opengatekeeper/Makefile b/net/opengatekeeper/Makefile index 5980bc9ba5d8..e0beb4d03810 100644 --- a/net/opengatekeeper/Makefile +++ b/net/opengatekeeper/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/opengate NOCLEANDEPENDS= yes +USE_BISON= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR= ${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/pwlib \ -- cgit v1.2.3