svn commit: r302885 - head/security/libprelude

Beat Gaetzi beat at FreeBSD.org
Tue Aug 21 18:28:43 UTC 2012


Author: beat
Date: Tue Aug 21 18:28:42 2012
New Revision: 302885
URL: http://svn.freebsd.org/changeset/ports/302885

Log:
  - Mark BROKEN: does not configure
    configure: error: libgnutls is required in order to build libprelude.
  
  Reported by:	pointyhat

Modified:
  head/security/libprelude/Makefile

Modified: head/security/libprelude/Makefile
==============================================================================
--- head/security/libprelude/Makefile	Tue Aug 21 18:20:49 2012	(r302884)
+++ head/security/libprelude/Makefile	Tue Aug 21 18:28:42 2012	(r302885)
@@ -18,6 +18,8 @@ LIB_DEPENDS=	gnutls.47:${PORTSDIR}/secur
 OPTIONS=	PERL "Include Perl bindings" off \
 		PYTHON "Include Python bindings" off
 
+BROKEN=		does not configure
+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes



More information about the svn-ports-head mailing list