aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-08 12:20:18 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-08 12:20:18 +0000
commit22ca0dc51846351a496272918fda80d320172d64 (patch)
tree3d450c37ff1def4a9b8e0597f24af72e3328ae41 /net-mgmt
parentb82815261e747c91944d798b144d3f2b2a319c91 (diff)
downloadports-22ca0dc51846351a496272918fda80d320172d64.tar.gz
ports-22ca0dc51846351a496272918fda80d320172d64.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/pandorafms_server/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile
index d632dbcccbe0..ec92b00d6427 100644
--- a/net-mgmt/pandorafms_server/Makefile
+++ b/net-mgmt/pandorafms_server/Makefile
@@ -28,13 +28,12 @@ RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-Encode-Locale>=0:converters/p5-Encode-Locale \
${PANDORA_DEPS}
-OPTIONS_DEFINE= DOCS TENTACLE XPROBE PGSQL ORACLE EXTRAS
+OPTIONS_DEFINE= DOCS TENTACLE XPROBE PGSQL EXTRAS
OPTIONS_DEFAULT= TENTACLE XPROBE EXTRAS
DOCS_DESC= Install AUTHORS, ChangeLog and README
TENTACLE_DESC= Install tentacle_server
XPROBE_DESC= Install xprobe
PGSQL_DESC= Use PostgreSQL backend (experimental)
-ORACLE_DESC= Use Oracle backend (experimental)
EXTRAS_DESC= Extra dependencies for util scripts
USES= perl5 shebangfix
@@ -83,9 +82,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/xprobe2:net/xprobe
.if ${PORT_OPTIONS:MPGSQL}
RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg
.endif
-.if ${PORT_OPTIONS:MORACLE}
-RUN_DEPENDS+= p5-DBD-Oracle>=0:databases/p5-DBD-Oracle
-.endif
.if ${PORT_OPTIONS:MEXTRAS}
# plugin/bgp_pluin.pl
RUN_DEPENDS+= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP