diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-06-19 06:49:20 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-06-19 06:49:20 +0000 |
commit | 63100966b2e211b7e0acfcddd5cc6af113618fbe (patch) | |
tree | a3428bfa2482da9a81e26ce3bdbcaabfa56ccef7 /net/openam/Makefile | |
parent | 821b9c7c21cc4ad9b1cffdf0d4c2ad880ca5d93d (diff) |
Notes
Diffstat (limited to 'net/openam/Makefile')
-rw-r--r-- | net/openam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/openam/Makefile b/net/openam/Makefile index 64d3c3d970f9..9a0af575a891 100644 --- a/net/openam/Makefile +++ b/net/openam/Makefile @@ -6,12 +6,12 @@ # PORTNAME= openam -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTNAME= openam_1.0.4 +DISTNAME= openam_1.0.5 MAINTAINER= roger@FreeBSD.org @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NOCLEANDEPENDS= yes USE_NEWGCC= yes -USE_BISON= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ |