summaryrefslogtreecommitdiff
path: root/net/opal3
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-02-25 07:49:16 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-02-25 07:49:16 +0000
commitad4238b2bfb6bd03acf50a2b70222588b8d7c3b8 (patch)
treeaaecb9a6d42c8299de6ea4558684cdd5d51e661d /net/opal3
parentFix a coredump-y bug that crept in recently. (diff)
Fix a portlint warning and add USE_BISON
Notes
Notes: svn path=/head/; revision=26268
Diffstat (limited to 'net/opal3')
-rw-r--r--net/opal3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 076bfb5ac645..307d9bf85a03 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -12,7 +12,6 @@ CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
-
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
pwlib_min_1.14.tar.gz
@@ -20,6 +19,7 @@ MAINTAINER= roger@freebsd.org
WRKSRC= ${WRKDIR}/openh323
+USE_BISON
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \