diff options
Diffstat (limited to 'security/barnyard2/Makefile')
-rw-r--r-- | security/barnyard2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile index 78851af93bbd..0aaa188a9126 100644 --- a/security/barnyard2/Makefile +++ b/security/barnyard2/Makefile @@ -16,14 +16,13 @@ USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= firnsy -OPTIONS_DEFINE= 64BIT ARUBA BRO GRE IPV6 MPLS PORT_PCAP DOCS EXAMPLES +OPTIONS_DEFINE= 64BIT ARUBA GRE IPV6 MPLS PORT_PCAP DOCS EXAMPLES OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= MYSQL MYSQL_SSL ODBC PGSQL NO_OPTIONS_SORT=yes 64BIT_DESC= Enable 64bit compilation (experimental) ARUBA_DESC= Enable aruba support -BRO_DESC= Enable bro support (libbroccoli) GRE_DESC= Enable gre support MYSQL_SSL_DESC= Enable mysql ssl support (experimental) PORT_PCAP_DESC= Use libpcap from ports @@ -45,9 +44,6 @@ EXAMPLES= SCHEMA_ACCESS create_db2 create_mssql create_mysql create_oracle.sql c 64BIT_CONFIGURE_ENABLE= 64bit-gcc ARUBA_CONFIGURE_ENABLE= aruba -BRO_LIB_DEPENDS= libbroccoli.so:security/broccoli -BRO_CONFIGURE_ON= --with-broccoli=${LOCALBASE}/lib -BRO_CONFIGURE_ENABLE= bro GRE_CONFIGURE_ENABLE= gre IPV6_CONFIGURE_ENABLE= ipv6 MPLS_CONFIGURE_ENABLE= mpls |