aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2012-10-16 03:10:49 +0800
committerbeat <beat@FreeBSD.org>2012-10-16 03:10:49 +0800
commit55ba6c8a666c34ddc55d15287ef0b985641cda8e (patch)
treeaaf9bbb76ba2569bb292ef7319d681538f31f1f9
parent9b18c1adbc65f373b9695e1f1f847e523226ccf8 (diff)
downloadfreebsd-ports-gnome-55ba6c8a666c34ddc55d15287ef0b985641cda8e.tar.gz
freebsd-ports-gnome-55ba6c8a666c34ddc55d15287ef0b985641cda8e.tar.zst
freebsd-ports-gnome-55ba6c8a666c34ddc55d15287ef0b985641cda8e.zip
- Make as BROKEN: missing prerequisites
CMake Error at aux/binpac/CMakeLists.txt:17 (message): Could not find prerequisite package 'Perl' Reported by: pointyhat Feature safe: yes
-rw-r--r--security/bro/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index fd9b82fd6e70..2aced17a754e 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -18,6 +18,8 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
+BROKEN= missing prerequisites
+
USE_CMAKE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/build
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}