aboutsummaryrefslogtreecommitdiff
path: root/www/apache24
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/apache24
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/apache24')
-rw-r--r--www/apache24/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 9ab36b65264f..60a5c24efc5c 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -10,9 +10,9 @@ DIST_SUBDIR= apache24
MAINTAINER= apache@FreeBSD.org
COMMENT= Version 2.4.x of Apache web server
-LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
- libapr-1.so:${PORTSDIR}/devel/apr1 \
- libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libexpat.so:textproc/expat2 \
+ libapr-1.so:devel/apr1 \
+ libpcre.so:devel/pcre
CONFLICTS_INSTALL= caudium14-1.* \
apache-*-2.2.* apache22-*
@@ -60,13 +60,13 @@ IPV4_MAPPED_CONFIGURE_ENABLE= v4-mapped
LDAP_CONFIGURE_ON= --enable-ldap=shared
HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE}
-HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2
-LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit
+HTTP2_LIB_DEPENDS= libnghttp2.so:www/nghttp2
+LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
LUA_CONFIGURE_WITH= lua
LUA_USES= lua
SOCACHE_DC_CONFIGURE_ON= --with-distcache=${LOCALBASE}
-SOCACHE_DC_LIB_DEPENDS= libdistcache.so:${PORTSDIR}/security/distcache
+SOCACHE_DC_LIB_DEPENDS= libdistcache.so:security/distcache
# Note:
# OpenSSL version (base/ports) depends how devel/apr1 was build