diff options
author | rene <rene@FreeBSD.org> | 2017-03-08 20:20:18 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-03-08 20:20:18 +0800 |
commit | c6ee0b7b4f562f1061d813eca7bcba1f79a55e6c (patch) | |
tree | 3d450c37ff1def4a9b8e0597f24af72e3328ae41 /net-mgmt | |
parent | 046bc744b9a9e1f40c83896e5645590970a9b71e (diff) | |
download | freebsd-ports-gnome-c6ee0b7b4f562f1061d813eca7bcba1f79a55e6c.tar.gz freebsd-ports-gnome-c6ee0b7b4f562f1061d813eca7bcba1f79a55e6c.tar.zst freebsd-ports-gnome-c6ee0b7b4f562f1061d813eca7bcba1f79a55e6c.zip |
Remove optional dependency on expired databases/p5-DBD-Oracle
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pandorafms_server/Makefile | 6 |
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 |