aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula5-server
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/bacula5-server
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/bacula5-server')
-rw-r--r--sysutils/bacula5-server/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bacula5-server/Makefile b/sysutils/bacula5-server/Makefile
index 65478123e04b..b8d021f33c3a 100644
--- a/sysutils/bacula5-server/Makefile
+++ b/sysutils/bacula5-server/Makefile
@@ -18,7 +18,7 @@ python_OLD_CMD= @PYTHON@
CONFLICTS?= bacula-server-*
-LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2
+LIB_DEPENDS+= liblzo2.so:archivers/lzo2
USERS= bacula
GROUPS= ${USERS}
@@ -45,7 +45,7 @@ PYTHON_USES= python
PYTHON_CONFIGURE_ON= --with-python=yes
.if !defined(WITH_CLIENT_ONLY)
-LIB_DEPENDS+= libbac.so:${PORTSDIR}/sysutils/bacula5-client
+LIB_DEPENDS+= libbac.so:sysutils/bacula5-client
USE_RC_SUBR?= bacula-dir bacula-sd
.endif
@@ -116,11 +116,11 @@ CONFFILES= sd dir
MYSQL_CONFIGURE_ON= --with-mysql=yes
MYSQL_USE= MYSQL=yes
SQLITE3_CONFIGURE_ON= --with-sqlite3=yes
-SQLITE3_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3
PGSQL_CONFIGURE_ON= --with-postgresql=yes
PGSQL_USES= pgsql
-MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:${PORTSDIR}/misc/mtx
+MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx
.include <bsd.port.options.mk>