aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13+ipv6
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-03-14 15:58:26 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-03-14 15:58:26 +0800
commit064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch)
tree3ea57b0eb13388b8214230ebc608a769caa9b2b1 /www/apache13+ipv6
parent35eebca59551fc4a1048b606d36ce09b18704b54 (diff)
downloadfreebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz
freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.zst
freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'www/apache13+ipv6')
-rw-r--r--www/apache13+ipv6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile
index 81a4b330b571..2341d623503f 100644
--- a/www/apache13+ipv6/Makefile
+++ b/www/apache13+ipv6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apache+ipv6
PORTVERSION= 1.3.29
+PORTREVISION= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= apache_${PORTVERSION}
@@ -30,7 +31,7 @@ DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin
EXPAT_CONF+= --disable-rule=EXPAT
.else
.if !defined(WITH_APACHE_INTERNAL_EXPAT) || ${WITH_APACHE_INTERNAL_EXPAT} != yes
-LIB_DEPENDS+= expat.4:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
.endif
EXPAT_CONF+= --enable-rule=EXPAT
.endif