Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 23:52:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374934 - head/graphics/opengtl
Message-ID:  <201412182352.sBINqDpD065827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412182352.sBINqDpD065827>