diff options
author | avilla <avilla@FreeBSD.org> | 2010-09-07 06:49:14 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-09-07 06:49:14 +0800 |
commit | 018a87ea5283fd866ebf0dfd51842ff0403b52bb (patch) | |
tree | 0d21464709efe68e3816ee2cc2b09dc94a372d16 /editors/calligra | |
parent | a17e88df8d96bfedf25e1f33c43a84ae6dcc5651 (diff) | |
download | freebsd-ports-gnome-018a87ea5283fd866ebf0dfd51842ff0403b52bb.tar.gz freebsd-ports-gnome-018a87ea5283fd866ebf0dfd51842ff0403b52bb.tar.zst freebsd-ports-gnome-018a87ea5283fd866ebf0dfd51842ff0403b52bb.zip |
- Re-enable optional dependency on opengtl after the llvm update.
- Bump PORTREVISION.
Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 3210576d40cf..1ce7a202d307 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -7,6 +7,7 @@ PORTNAME= koffice PORTVERSION= ${KOFFICE2_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/ @@ -58,15 +59,12 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" LDFLAGS+= "-L${LOCALBASE}/lib" -OPTIONS+= GTL "Color transformations in Krita (broken with llvm-2.7)" off +OPTIONS+= GTL "Color transformations in Krita" off OPTIONS+= SYBASE "SyBase support in Kexi" off OPTIONS+= XBASE "XBase support in Kexi" off .include <bsd.port.options.mk> -# GTL support is broken with llvm-2.7 -WITHOUT_GTL= yes - .if !defined(WITHOUT_GTL) || exists (${LOCALBASE}/lib/libQtShiva.so) LIB_DEPENDS+= OpenCTL.0:${PORTSDIR}/graphics/opengtl \ QtShiva.0:${PORTSDIR}/graphics/qtgtl |