aboutsummaryrefslogtreecommitdiffstats
path: root/www/trafficserver
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
commit6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/trafficserver
parent9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff)
downloadfreebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz
freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst
freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
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