aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache24
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 14:48:07 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 14:48:07 +0800
commit259b5932a5af36e2bafcf165382a87d5cf4afa0b (patch)
treeb2cef81b2b7fec0db8332668ac9c405d0697950c /www/apache24
parent67fbd8a10574d76c571163114cc9f74c3f79890d (diff)
downloadfreebsd-ports-gnome-259b5932a5af36e2bafcf165382a87d5cf4afa0b.tar.gz
freebsd-ports-gnome-259b5932a5af36e2bafcf165382a87d5cf4afa0b.tar.zst
freebsd-ports-gnome-259b5932a5af36e2bafcf165382a87d5cf4afa0b.zip
Use modern LIB_DEPENDS on non default options
Submitted by: ohauer
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index ad9f17a7c123..4ed47fdfc7a3 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -53,12 +53,12 @@ IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped
LDAP_CONFIGURE_ON= --enable-ldap=shared
-LUAJIT_LIB_DEPENDS= luajit:${PORTSDIR}/lang/luajit
+LUAJIT_LIB_DEPENDS= libluajit.so:${PORTSDIR}/lang/luajit
LUA_CONFIGURE_WITH= lua
LUA_USES= lua
SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE}
-SOCACHE_DC_LIB_DEPENDS= distcache:${PORTSDIR}/security/distcache
+SOCACHE_DC_LIB_DEPENDS= libdistcache.so:${PORTSDIR}/security/distcache
# Note:
# OpenSSL version (base/ports) depends how devel/apr1 was build