diff options
author | roger <roger@FreeBSD.org> | 2000-02-25 15:49:16 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-02-25 15:49:16 +0800 |
commit | bd0252f2f589603691d04b2d49c355de1c75ca4d (patch) | |
tree | 1548e51071918f6fd7bf80ee1bdf238f9db562df /net/openh323 | |
parent | 638524c2d89e11a0715913d9820cb0edf876ae2f (diff) | |
download | freebsd-ports-gnome-bd0252f2f589603691d04b2d49c355de1c75ca4d.tar.gz freebsd-ports-gnome-bd0252f2f589603691d04b2d49c355de1c75ca4d.tar.zst freebsd-ports-gnome-bd0252f2f589603691d04b2d49c355de1c75ca4d.zip |
Fix a portlint warning and add USE_BISON
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 076bfb5ac645..307d9bf85a03 100644 --- a/net/openh323/Makefile +++ b/net/openh323/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 \ |