aboutsummaryrefslogtreecommitdiff
path: root/www/neon
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/neon
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/neon')
-rw-r--r--www/neon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 6f5f6a662748..1ca0f8ac0fd0 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -27,9 +27,9 @@ PROXY_DESC= libproxy support
XML_DESC= XML parser library
CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
-CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
EXPAT_CONFIGURE_WITH= expat
-EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
+EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2
GSSAPI_CONFIGURE_WITH= gssapi
LIBXML_CONFIGURE_WITH= libxml2
LIBXML_USE= GNOME=libxml2
@@ -38,7 +38,7 @@ NLS_USES= gettext
OPENSSL_CONFIGURE_WITH= ssl
OPENSSL_USE= OPENSSL=yes
PROXY_CONFIGURE_WITH= libproxy
-PROXY_LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy
+PROXY_LIB_DEPENDS= libproxy.so:net/libproxy
.include <bsd.port.options.mk>