diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /www/libapreq2/Makefile | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'www/libapreq2/Makefile')
-rw-r--r-- | www/libapreq2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index 40ab063b29ca..44a26ff4d395 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libapreq2 PORTVERSION= 2.08 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR=libapreq @@ -16,7 +17,7 @@ COMMENT= Generic Apache2 Request Library USE_APACHE= 2.0+ USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE} PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |