diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/bareos-server | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'sysutils/bareos-server')
-rw-r--r-- | sysutils/bareos-server/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile index c4ebc62b1d33..eacb87f26a6c 100644 --- a/sysutils/bareos-server/Makefile +++ b/sysutils/bareos-server/Makefile @@ -18,8 +18,8 @@ USES+= libtool:keepla pkgconfig CONFLICTS?= bacula*-server-* -LIB_DEPENDS+= liblzo2.so:${PORTSDIR}/archivers/lzo2 \ - libjansson.so:${PORTSDIR}/devel/jansson +LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ + libjansson.so:devel/jansson USERS= bareos GROUPS= ${USERS} @@ -57,7 +57,7 @@ PYTHON_CONFIGURE_ON= --with-python=yes PYTHON_CONFIGURE_OFF= --with-python=no .if !defined(WITH_CLIENT_ONLY) -LIB_DEPENDS+= libbareos.so:${PORTSDIR}/sysutils/bareos-client +LIB_DEPENDS+= libbareos.so:sysutils/bareos-client USE_RC_SUBR?= bareos-dir bareos-sd .endif @@ -137,11 +137,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> |