From cdfdf006be459e71c7ba39ee86c9133f8f9d3463 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 18 Dec 2014 23:52:12 +0000 Subject: [PATCH] Attempt to unbreak INDEX --- graphics/opengtl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index f25dea403c73..46bcd2aeaae0 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -12,8 +12,9 @@ COMMENT= Graphics Transformation Languages 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