aboutsummaryrefslogtreecommitdiff
path: root/www/mod_spdy
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/mod_spdy
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Notes
Diffstat (limited to 'www/mod_spdy')
-rw-r--r--www/mod_spdy/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile
index 37451cbdd4f4..d3f38796dd43 100644
--- a/www/mod_spdy/Makefile
+++ b/www/mod_spdy/Makefile
@@ -17,12 +17,12 @@ COMMENT= SPDY module for the Apache HTTP server v2.2
LICENSE= APACHE20
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
- greadlink:${PORTSDIR}/sysutils/coreutils \
- flock:${PORTSDIR}/sysutils/flock \
- svn:${PORTSDIR}/devel/subversion \
- curl:${PORTSDIR}/ftp/curl \
- bash:${PORTSDIR}/shells/bash
+BUILD_DEPENDS= python:lang/python \
+ greadlink:sysutils/coreutils \
+ flock:sysutils/flock \
+ svn:devel/subversion \
+ curl:ftp/curl \
+ bash:shells/bash
ONLY_FOR_ARCHS= amd64 i386
USE_OPENSSL= yes
@@ -50,7 +50,7 @@ OPTIONS_DEFINE= GCC DEBUG
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGCC}
-BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
+BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
.endif