aboutsummaryrefslogtreecommitdiff
path: root/security/opensaml2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/opensaml2
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'security/opensaml2')
-rw-r--r--security/opensaml2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile
index 1410bd0ff171..d806c6758fcb 100644
--- a/security/opensaml2/Makefile
+++ b/security/opensaml2/Makefile
@@ -10,12 +10,12 @@ DISTNAME= opensaml-${PORTVERSION}
MAINTAINER= girgen@FreeBSD.org
COMMENT= Open source implementation of SAML2
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- liblog4shib.so:${PORTSDIR}/devel/log4shib \
- libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
- libxmltooling.so:${PORTSDIR}/devel/xmltooling
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ liblog4shib.so:devel/log4shib \
+ libxerces-c.so:textproc/xerces-c3 \
+ libxmltooling.so:devel/xmltooling
-BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs
+BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \