diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-02-25 07:49:16 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-02-25 07:49:16 +0000 |
commit | ad4238b2bfb6bd03acf50a2b70222588b8d7c3b8 (patch) | |
tree | aaecb9a6d42c8299de6ea4558684cdd5d51e661d /net/opal | |
parent | 50cae6391f126fd807740af51a44cde24c4009d1 (diff) |
Fix a portlint warning and add USE_BISON
Notes
Notes:
svn path=/head/; revision=26268
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 076bfb5ac645..307d9bf85a03 100644 --- a/net/opal/Makefile +++ b/net/opal/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 \ |