diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
commit | 1a1ec2b46d40b6609206347fcd6e237ef54a4218 (patch) | |
tree | 879033bb0b7d378478c65e86d5f43b54acba5877 /www/mod_security | |
parent | dd0d0dde5b278c6324e9f11535484a830d6349d9 (diff) | |
download | freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.tar.gz freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.tar.zst freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.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 |