aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pwlib/Makefile
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2003-09-01 03:12:21 +0800
committerroger <roger@FreeBSD.org>2003-09-01 03:12:21 +0800
commit844140b38633ca889ed8710d18d9dac6b48fbefb (patch)
tree4659de6f9eaf8206e854c8783a55c3df850a654d /devel/pwlib/Makefile
parent6140eb08f3974fcf253874f5b6a301286c48992f (diff)
downloadfreebsd-ports-gnome-844140b38633ca889ed8710d18d9dac6b48fbefb.tar.gz
freebsd-ports-gnome-844140b38633ca889ed8710d18d9dac6b48fbefb.tar.zst
freebsd-ports-gnome-844140b38633ca889ed8710d18d9dac6b48fbefb.zip
Add patch so pwlib builds correctly on bento. (use OSVERSION)
Bump port revision.
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/}