aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine34
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 /sysutils/cfengine34
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 'sysutils/cfengine34')
-rw-r--r--sysutils/cfengine34/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile
index 5dd18b707a07..4263a05ac88a 100644
--- a/sysutils/cfengine34/Makefile
+++ b/sysutils/cfengine34/Makefile
@@ -38,7 +38,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \
--with-pcre=${LOCALBASE} \
--enable-fhs
-LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= libpcre.so:devel/pcre
OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT
OPTIONS_SINGLE= BACKEND
@@ -55,12 +55,12 @@ LIBVIRT_DESC= Enable libvirt compatibility
.if ${PORT_OPTIONS:MTOKYOCABINET}
CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE}
-LIB_DEPENDS+= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
+LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet
.endif
.if ${PORT_OPTIONS:MQDBM}
CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE}
-LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm
+LIB_DEPENDS+= libqdbm.so:databases/qdbm
.endif
.if ${PORT_OPTIONS:MPGSQL}
@@ -71,13 +71,13 @@ CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
-LIB_DEPENDS+= libmysqlclient.so:${PORTSDIR}/${_MYSQL_CLIENT}
+LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT}
LDFLAGS+= -L${LOCALBASE}/lib/mysql
.endif
.if ${PORT_OPTIONS:MLIBVIRT}
CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE}
-LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS+= libvirt.so:devel/libvirt
.endif
post-patch: