aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netxms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
commit93cfaf9ad95b11897bbf43c11628f190c4574ec4 (patch)
tree21c2db28e841f4df4353d24ea43d8fb0293a0606 /net-mgmt/netxms
parent5c23aa439f6eefe00288f736f1e19317349aff8b (diff)
downloadports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.tar.gz
ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.zip
Notes
Diffstat (limited to 'net-mgmt/netxms')
-rw-r--r--net-mgmt/netxms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile
index d43cd1c5c0c6..2001c20a4c0b 100644
--- a/net-mgmt/netxms/Makefile
+++ b/net-mgmt/netxms/Makefile
@@ -7,6 +7,7 @@
PORTNAME= netxms
PORTVERSION= 1.0.13
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.netxms.org/download/
@@ -137,7 +138,7 @@ PLIST_SUB+= SQLITE="@comment "
.if defined(WITH_ODBC)
CONFIGURE_ARGS+= --with-odbc
PLIST_SUB+= ODBC=""
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
.else
PLIST_SUB+= ODBC="@comment "
.endif