diff options
author | makc <makc@FreeBSD.org> | 2013-03-22 22:18:02 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-22 22:18:02 +0800 |
commit | cdb81da9cb2b58e688594b552337d1c9bfc47e96 (patch) | |
tree | da82a32e8ce2ded995ae7ba320231491c35220ac /accessibility/jovie | |
parent | 904fc890d1dc712abfaeaddde7864519df50915c (diff) | |
download | freebsd-ports-gnome-cdb81da9cb2b58e688594b552337d1c9bfc47e96.tar.gz freebsd-ports-gnome-cdb81da9cb2b58e688594b552337d1c9bfc47e96.tar.zst freebsd-ports-gnome-cdb81da9cb2b58e688594b552337d1c9bfc47e96.zip |
Mk/bsd.kde4.mk:
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV
KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
'USES= cmake:outsource' and add USE_LDCONFIG if needed
Diffstat (limited to 'accessibility/jovie')
-rw-r--r-- | accessibility/jovie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile index a53ca56c8f23..5ca4a0b5e8e1 100644 --- a/accessibility/jovie/Makefile +++ b/accessibility/jovie/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= speechd.5:${PORTSDIR}/accessibility/speech-dispatcher CONFLICTS= ktts-4.[4-6].* USE_XZ= yes -USE_CMAKE= yes +USES= cmake USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= xml qmake_build moc_build uic_build rcc_build MAKE_JOBS_SAFE= yes |