summaryrefslogtreecommitdiff
path: root/devel/pwlib/Makefile
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2003-08-31 19:12:21 +0000
committerRoger Hardiman <roger@FreeBSD.org>2003-08-31 19:12:21 +0000
commitf01ce558427e6b313c969b9d6ad4a3aa064558bb (patch)
tree2aa39488905ce2ba581a07b2154f8bf4743c8a80 /devel/pwlib/Makefile
parent- don't clobber any given LDFLAGS (diff)
Add patch so pwlib builds correctly on bento. (use OSVERSION)
Bump port revision.
Notes
Notes: svn path=/head/; revision=88207
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r--devel/pwlib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 2e6335839c5b..22af3c6ebbd6 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pwlib
PORTVERSION= 1.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
@@ -25,7 +25,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BISON= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
+WANT_AUTOCONF_VER= 253
+CONFIGURE_ENV= OSRELEASE=${OSVERSION}
ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib
THE_MACHTYPE= ${ARCH:S/i386/x86/}