svn commit: r374934 - head/graphics/opengtl

Antoine Brodin antoine at FreeBSD.org
Thu Dec 18 23:52:13 UTC 2014


Author: antoine
Date: Thu Dec 18 23:52:12 2014
New Revision: 374934
URL: https://svnweb.freebsd.org/changeset/ports/374934
QAT: https://qat.redports.org/buildarchive/r374934/

Log:
  Attempt to unbreak INDEX

Modified:
  head/graphics/opengtl/Makefile

Modified: head/graphics/opengtl/Makefile
==============================================================================
--- head/graphics/opengtl/Makefile	Thu Dec 18 23:50:49 2014	(r374933)
+++ head/graphics/opengtl/Makefile	Thu Dec 18 23:52:12 2014	(r374934)
@@ -12,8 +12,9 @@ COMMENT=	Graphics Transformation Languag
 
 LICENSE=	LGPL20
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
-		libLLVM-3.2.so:${PORTSDIR}/devel/llvm32
+BROKEN=		Depends on deleted devel/llvm32
+#LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+#		libLLVM-3.2.so:${PORTSDIR}/devel/llvm32
 
 USES=		cmake perl5 tar:bzip2
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list