diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
commit | 064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch) | |
tree | 3ea57b0eb13388b8214230ebc608a769caa9b2b1 /www/apache21 | |
parent | 35eebca59551fc4a1048b606d36ce09b18704b54 (diff) | |
download | freebsd-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/apache21')
-rw-r--r-- | www/apache21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index feeab0b46a84..5fbaf2f50a7b 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -20,7 +20,7 @@ COMMENT?= Version 2 of the extremely popular Apache http server FORBIDDEN= Please use www/apache2 -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 LATEST_LINK= apache2 |