diff options
author | avilla <avilla@FreeBSD.org> | 2015-06-28 14:24:25 +0000 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2015-06-28 14:24:25 +0000 |
commit | 34bea031885feacc661f85ccb59ec368a8aadfd4 (patch) | |
tree | 7622360c65b715d17c0a80821492463241b24ca6 /graphics/qtgtl | |
parent | 69bacd484d76387744e19bb80ca06e1606ce8d33 (diff) | |
download | FreeBSD-ports-34bea031885feacc661f85ccb59ec368a8aadfd4.zip FreeBSD-ports-34bea031885feacc661f85ccb59ec368a8aadfd4.tar.gz |
graphics/opengtl: fix build with LLVM 3.3
PR: 201022
Submitted by: matthew@reztek.cz
Obtained from: Gentoo
MFH: 2015Q2
Diffstat (limited to 'graphics/qtgtl')
-rw-r--r-- | graphics/qtgtl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/qtgtl/Makefile b/graphics/qtgtl/Makefile index edd40c3..6feaeb3 100644 --- a/graphics/qtgtl/Makefile +++ b/graphics/qtgtl/Makefile @@ -11,9 +11,6 @@ COMMENT= Qt bindings for the Graphics Transformation Languages LICENSE= LGPL20 -DEPRECATED= Depends on broken and expiring graphics/opengtl -EXPIRATION_DATE= 2015-07-21 - LIB_DEPENDS= libGTLCore.so:${PORTSDIR}/graphics/opengtl USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build |