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/cbsd | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'sysutils/cbsd')
-rw-r--r-- | sysutils/cbsd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 0bb39ff5064c..2b7fd6bbdeed 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -10,11 +10,11 @@ COMMENT= Yet another FreeBSD Jail and Bhyve Management Utility LICENSE= BSD2CLAUSE -RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ - sudo:${PORTSDIR}/security/sudo \ - sqlite3:${PORTSDIR}/databases/sqlite3 -LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +RUN_DEPENDS= rsync:net/rsync \ + sudo:security/sudo \ + sqlite3:databases/sqlite3 +LIB_DEPENDS= libssh2.so:security/libssh2 \ + libsqlite3.so:databases/sqlite3 USE_GITHUB= yes GH_ACCOUNT= olevole @@ -37,7 +37,7 @@ IGNORE= does not support FreeBSD versions < 10.0 .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -LIB_DEPENDS+= libxo.so:${PORTSDIR}/devel/libxo +LIB_DEPENDS+= libxo.so:devel/libxo .endif do-install: |