diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
| commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
| tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/csync2 | |
| parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
Notes
Diffstat (limited to 'net/csync2')
| -rw-r--r-- | net/csync2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index f291a2889bf9..a6d4386a73d6 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -13,14 +13,14 @@ COMMENT= Cluster synchronization tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= librsync.so.2:${PORTSDIR}/net/librsync1 \ - libgnutls.so:${PORTSDIR}/security/gnutls \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= librsync.so.2:net/librsync1 \ + libgnutls.so:security/gnutls \ + libsqlite3.so:databases/sqlite3 OPTIONS_DEFINE= CSYNC2_COMPARE DOCS OPTIONS_SUB= yes CSYNC2_COMPARE_DESC= Install csync2-compare script -CSYNC2_COMPARE_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +CSYNC2_COMPARE_RUN_DEPENDS= bash:shells/bash USES= pkgconfig shebangfix SHEBANG_FILES= csync2-compare |
