aboutsummaryrefslogtreecommitdiff
path: root/www/trafficserver
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 12:25:42 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 12:25:42 +0000
commita9503db071ab14a4a634cadb667f329448436b07 (patch)
tree2c0025420f3b4252c013ea50d37cae8689c825a5 /www/trafficserver
parente9c499912ee1027fd641aeece69ccc28fe2aa279 (diff)
downloadports-a9503db071ab14a4a634cadb667f329448436b07.tar.gz
ports-a9503db071ab14a4a634cadb667f329448436b07.zip
www/trafficserver: remove optional dependency on expired www/spdylay
Notes
Notes: svn path=/head/; revision=488769
Diffstat (limited to 'www/trafficserver')
-rw-r--r--www/trafficserver/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile
index 6b24629e62b0..be1d76d1f979 100644
--- a/www/trafficserver/Makefile
+++ b/www/trafficserver/Makefile
@@ -43,14 +43,11 @@ CONFIGURE_ARGS= --with-libxml2=${LOCALBASE} \
--with-user=${USERS} \
--with-group=${GROUPS}
-OPTIONS_DEFINE= DOCS WCCP SPDY
+OPTIONS_DEFINE= DOCS WCCP
WCCP_DESC= Enable WCCPv2 protocol
-SPDY_DESC= Enable SPDY
WCCP_CONFIGURE_ENABLE= wccp
-SPDY_CONFIGURE_ENABLE= spdy
-SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay
post-patch:
@${REINPLACE_CMD} \