diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-10 03:03:20 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-10 03:03:20 +0800 |
commit | 15f370570bbd39b0171882b5d4c3ae7590015887 (patch) | |
tree | 8a8ff9311f0ad59526e14109ba3d2caa2a122a14 /www/libapreq2 | |
parent | 01827acd231d058cc207ae7ce478860814c92350 (diff) | |
download | freebsd-ports-gnome-15f370570bbd39b0171882b5d4c3ae7590015887.tar.gz freebsd-ports-gnome-15f370570bbd39b0171882b5d4c3ae7590015887.tar.zst freebsd-ports-gnome-15f370570bbd39b0171882b5d4c3ae7590015887.zip |
- Fix SHLIB MAJOR for apache20 case
Reported by: pointyhat via pav
Pointyhat to: skv
Diffstat (limited to 'www/libapreq2')
-rw-r--r-- | www/libapreq2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index 6a605bdab241..3321e7f6084c 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -61,7 +61,7 @@ PLIST_SUB+= WITH_MODPERL2="@comment " .include <bsd.port.pre.mk> .if ${APACHE_VERSION} == 20 -SHLIB_MAJOR= 9 +SHLIB_MAJOR= 10 .else SHLIB_MAJOR= 11 .endif |