diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
commit | bb992ed99807dcba6aec3e033aaef9b64b91b041 (patch) | |
tree | 8879a35a210a7b87a3d845548fc1452341da4b12 /www/mod_security | |
parent | 830db6ab99bc6cda3f5aa964d1876f72d60f06cd (diff) | |
download | freebsd-ports-gnome-bb992ed99807dcba6aec3e033aaef9b64b91b041.tar.gz freebsd-ports-gnome-bb992ed99807dcba6aec3e033aaef9b64b91b041.tar.zst freebsd-ports-gnome-bb992ed99807dcba6aec3e033aaef9b64b91b041.zip |
3/5: Fix apr-1.3 libnames to be apr-1
PORTREVISION bumps comming next
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 4f279b5f0d8e..2f1a3cb2a896 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -18,7 +18,7 @@ COMMENT= An intrusion detection and prevention engine MAKE_JOBS_SAFE= yes LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ - apr-1.3:${PORTSDIR}/devel/apr + apr-1:${PORTSDIR}/devel/apr USE_APACHE= 2.0+ GNU_CONFIGURE= yes |