From 6a6d8be699c14f87c272c12792f72b2e5d71d13d Mon Sep 17 00:00:00 2001 From: roger Date: Fri, 24 May 2002 10:46:49 +0000 Subject: Add USE_BISON so the port builds on bento. This is needed because bento does not parse the dependencies in the openh323 Makefile Obtained from: Kris Kennaway --- net/openmcu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/openmcu') diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index 663798b2ad9..465ae81b4a5 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NOCLEANDEPENDS= yes USE_NEWGCC= yes +USE_BISON= yes USE_GMAKE= yes ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ -- cgit