aboutsummaryrefslogtreecommitdiff
path: root/www/trafficserver
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/trafficserver
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/trafficserver')
-rw-r--r--www/trafficserver/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile
index bb79e704f8ac..da039b74d034 100644
--- a/www/trafficserver/Makefile
+++ b/www/trafficserver/Makefile
@@ -12,10 +12,10 @@ COMMENT= Fast, scalable and extensible HTTP proxy server
LICENSE= APACHE20
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libhwloc.so:${PORTSDIR}/devel/hwloc \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libxml2.so:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libhwloc.so:devel/hwloc \
+ libpcre.so:devel/pcre \
+ libxml2.so:textproc/libxml2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
@@ -60,7 +60,7 @@ SPDY_DESC= Enable SPDY
WCCP_CONFIGURE_ENABLE= wccp
INTERIM_CONFIGURE_ENABLE= interim-cache
SPDY_CONFIGURE_ENABLE= spdy
-SPDY_LIB_DEPENDS= libspdylay.so:${PORTSDIR}/www/spdylay
+SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay
BROKEN_FreeBSD_9= Trafficserver is only supported on FreeBSD 10.1 or newer