aboutsummaryrefslogtreecommitdiff
path: root/security/barnyard2
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-05 10:51:34 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-05 10:51:34 +0000
commit5c2cb6d5767d62e2e52b02127ff303451b8b5e11 (patch)
tree573a75c886fab9ec8bba4231e5ca857d1418b9a5 /security/barnyard2
parente736c06eb54583506207d30f12fb69cd0fb37c7d (diff)
downloadports-5c2cb6d5767d62e2e52b02127ff303451b8b5e11.tar.gz
ports-5c2cb6d5767d62e2e52b02127ff303451b8b5e11.zip
security/barnyard2: Cleanup
- Drop nop WANT_PGSQL_VER - Spell TCL_DESC correctly (there is no OPTIONS_DESC) - No need to include bsd.port.options.mk in this port
Notes
Notes: svn path=/head/; revision=513827
Diffstat (limited to 'security/barnyard2')
-rw-r--r--security/barnyard2/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile
index e2fb141bbc4a..75714bd9226b 100644
--- a/security/barnyard2/Makefile
+++ b/security/barnyard2/Makefile
@@ -30,7 +30,7 @@ PORT_PCAP_DESC= Use libpcap from ports
.if defined(SLAVE)
OPTIONS_DEFINE+= TCL
-OPTIONS_DESC= Enable tcl support for sguil
+TCL_DESC= Enable tcl support for sguil
OPTIONS_DEFAULT+= TCL
.endif
@@ -65,13 +65,10 @@ PGSQL_CONFIGURE_OFF= --without-postgresql
TCL_USES= tcl
TCL_CONFIGURE_ON= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER}
TCL_CONFIGURE_OFF= --without-tcl
-WANT_PGSQL_VER= 92+
PORT_PCAP_LIB_DEPENDS= libpcap.so.1:net/libpcap
PORT_PCAP_CONFIGURE_ON= --with-libpcap-includes=${LOCALBASE}/include \
--with-libpcap-libraries=${LOCALBASE}/lib
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} 's|/etc|${LOCALBASE}/etc|' \
${WRKSRC}/etc/barnyard2.conf