diff options
Diffstat (limited to 'textproc/kreport/Makefile')
-rw-r--r-- | textproc/kreport/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/textproc/kreport/Makefile b/textproc/kreport/Makefile index 98e0e1eda6d8..a77a72f0ba87 100644 --- a/textproc/kreport/Makefile +++ b/textproc/kreport/Makefile @@ -1,6 +1,6 @@ PORTNAME= kreport DISTVERSION= 3.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -21,21 +21,7 @@ USE_LDCONFIG= yes USE_QT= core declarative gui network printsupport widgets xml \ buildtools:build qmake:build -OPTIONS_DEFINE= MARBLE -OPTIONS_DEFAULT= MARBLE -OPTIONS_SUB= yes - -MARBLE_DESC= Virtual globe and world atlas -MARBLE_USE= kde=marble -MARBLE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Marble - -.include <bsd.port.options.mk> - -# These dependencies are only needed if the WEBENGINE option is enabled -# in astro/marble. -.if ${PORT_OPTIONS:MMARBLE} && exists(${LOCALBASE}/lib/marble/plugins/Photo.so) -USE_QT+= location webchannel webengine -.endif +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Marble post-extract: ${CP} ${FILESDIR}/KReportGroupTracker.cpp ${WRKSRC}/src/renderer/scripting/KReportGroupTracker.cpp |