diff options
author | roger <roger@FreeBSD.org> | 2002-05-24 10:46:49 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-24 10:46:49 +0000 |
commit | 6a6d8be699c14f87c272c12792f72b2e5d71d13d (patch) | |
tree | 775a1633fe87e9b82b0a0b61918ab81c5effb0f1 /net/openmcu | |
parent | 13aecc2c633339c5168e6a477b24de91b8ab3ab3 (diff) | |
download | FreeBSD-ports-6a6d8be699c14f87c272c12792f72b2e5d71d13d.zip FreeBSD-ports-6a6d8be699c14f87c272c12792f72b2e5d71d13d.tar.gz |
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 <kris@obsecurity.org>
Diffstat (limited to 'net/openmcu')
-rw-r--r-- | net/openmcu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index 663798b..465ae81 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 \ |