diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-18 23:52:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-18 23:52:12 +0000 |
commit | cdfdf006be459e71c7ba39ee86c9133f8f9d3463 (patch) | |
tree | 1f4e46ecfb3769f6f51494d869698923e6756516 /graphics | |
parent | Attempt to unbreak index (diff) |
Attempt to unbreak INDEX
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opengtl/Makefile | 5 |
1 files 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 |