diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/ice | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index cc9bb93c2643..68a27437c70d 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -14,12 +14,12 @@ LICENSE= GPLv2 SLAVE_PORT?= no .if ${SLAVE_PORT} == "no" -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libmcpp.so:${PORTSDIR}/devel/mcpp +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libmcpp.so:devel/mcpp USE_OPENSSL= yes .else LIB_VRS= ${PORTVERSION:R:S|.||g} -LIB_DEPENDS+= libIce.so.${LIB_VRS}:${PORTSDIR}/devel/ice +LIB_DEPENDS+= libIce.so.${LIB_VRS}:devel/ice PLIST_SUB+= LIB_VERSION="${PORTVERSION}" LIB_VRS="${LIB_VRS}" .endif @@ -31,7 +31,7 @@ USES+= iconv gmake .if ${PORT_OPTIONS:MTEST} && ${SLAVE_PORT} == "no" USES+= python:build -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:${PORTSDIR}/security/py-passlib +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib .endif WRKSRC= ${WRKDIR}/ice-${PORTVERSION} |