aboutsummaryrefslogtreecommitdiff
path: root/textproc/libkolabxml
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 /textproc/libkolabxml
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 'textproc/libkolabxml')
-rw-r--r--textproc/libkolabxml/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile
index ebf163d4ebdd..ed47d661903e 100644
--- a/textproc/libkolabxml/Makefile
+++ b/textproc/libkolabxml/Makefile
@@ -13,10 +13,10 @@ COMMENT= Kolab XML Format Schema Definitions Library
# are considered LGPL3-licensed, though.
LICENSE= LGPL3
-BUILD_DEPENDS= xsdcxx:${PORTSDIR}/devel/xsd
-LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \
- libcurl.so:${PORTSDIR}/ftp/curl \
- libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
+BUILD_DEPENDS= xsdcxx:devel/xsd
+LIB_DEPENDS= libboost_system.so:devel/boost-libs \
+ libcurl.so:ftp/curl \
+ libxerces-c.so.3:textproc/xerces-c3
# TODO: Conditionally enable the bindings based on OPTIONs.
CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \