aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-15 00:56:55 +0800
committermiwi <miwi@FreeBSD.org>2007-06-15 00:56:55 +0800
commitfced8f6245eedadba001697f77205a4ab5e44de6 (patch)
tree559ed826dd525970db752c3fd1cacacae59f1cd7 /net-mgmt
parent40f8d6917d67b479bec2632894ac6a96cb21d10b (diff)
downloadfreebsd-ports-gnome-fced8f6245eedadba001697f77205a4ab5e44de6.tar.gz
freebsd-ports-gnome-fced8f6245eedadba001697f77205a4ab5e44de6.tar.zst
freebsd-ports-gnome-fced8f6245eedadba001697f77205a4ab5e44de6.zip
- Fix mysql section
Reported by: sat
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/macroscope/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile
index c8fcba7d6383..3713738c7388 100644
--- a/net-mgmt/macroscope/Makefile
+++ b/net-mgmt/macroscope/Makefile
@@ -20,8 +20,8 @@ OPTIONS= MYSQL "With MySQL support" on \
USE_BZIP2= yes
USE_RC_SUBR= macroscope
-BUILD_DEPENDS+= cmake:${PORTSDIR}/devel/cmake
-LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2 \
+BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
+LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 \
odbc:${PORTSDIR}/databases/unixODBC \
pcap:${PORTSDIR}/net/libpcap
@@ -38,7 +38,7 @@ CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \
CMAKE_ARGS+= -DCMAKE_NOT_INSTALL_DOC:BOOL=ON
.endif
-.if defined(WITHOUT_MYSQL)
+.if !defined(WITHOUT_MYSQL)
USE_MYSQL= yes
.endif