aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-15 00:03:41 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-15 00:03:41 +0000
commit123928a2017762042e6480f81171b1a0ca75ecd1 (patch)
tree6169167a8d3c12cb8c4ea3be7cbe5343a1c57850 /www/libapreq2
parente56a0db84c77a1f9c5f8d583256db71eae7ebe54 (diff)
downloadports-123928a2017762042e6480f81171b1a0ca75ecd1.tar.gz
ports-123928a2017762042e6480f81171b1a0ca75ecd1.zip
- Duplicate the fix for ports/134889 in the base port.
Reported by: Vick Khera <khera@kcilink.com> Approved by: maintainer(skv; implicit) With Hat: apache@
Notes
Notes: svn path=/head/; revision=237835
Diffstat (limited to 'www/libapreq2')
-rw-r--r--www/libapreq2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index 539f62f35d14..daecfa813ad6 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libapreq2
PORTVERSION= 2.12
+PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR=libapreq
@@ -20,6 +21,8 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:262 libtool:15
CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
+MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this
+
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
.if defined (WITH_MODPERL2)