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-mgmt/netxms | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-mgmt/netxms')
-rw-r--r-- | net-mgmt/netxms/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index 9c6f4dec1d80..922c7785e4cc 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -14,10 +14,10 @@ COMMENT= Network monitoring system LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libjansson.so:${PORTSDIR}/devel/jansson \ - libtre.so:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ + libjansson.so:devel/jansson \ + libtre.so:textproc/libtre PORTSCOUT= limit:^1\. @@ -41,7 +41,7 @@ PGSQL_USES= pgsql SQLITE_CONFIGURE_ON= --with-sqlite SQLITE_USE= SQLITE=yes ODBC_CONFIGURE_ON= --with-odbc -ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC USE_OPENSSL= yes USES= gmake iconv libtool perl5 |