svn commit: r305930 - head/security/bro

Beat Gaetzi beat at FreeBSD.org
Mon Oct 15 19:10:50 UTC 2012


Author: beat
Date: Mon Oct 15 19:10:49 2012
New Revision: 305930
URL: http://svn.freebsd.org/changeset/ports/305930

Log:
  - 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

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Mon Oct 15 19:03:48 2012	(r305929)
+++ head/security/bro/Makefile	Mon Oct 15 19:10:49 2012	(r305930)
@@ -18,6 +18,8 @@ BUILD_DEPENDS=	bison:${PORTSDIR}/devel/b
 		swig:${PORTSDIR}/devel/swig13
 LIB_DEPENDS=	GeoIP:${PORTSDIR}/net/GeoIP
 
+BROKEN=		missing prerequisites
+
 USE_CMAKE=	yes
 CONFIGURE_WRKSRC=	${WRKSRC}/build
 BUILD_WRKSRC=	${CONFIGURE_WRKSRC}


More information about the svn-ports-head mailing list