diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
commit | b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3 (patch) | |
tree | d80952c00b17a9ff93ed05d9a2a267b16fe30b8b /x11/kde3 | |
parent | 852f5b2516d438cff64d11ee56c369232b605ab3 (diff) | |
download | ports-b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3.tar.gz ports-b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3.zip |
Notes
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile | 8 | ||||
-rw-r--r-- | x11/kde3/Makefile.kde | 5 | ||||
-rw-r--r-- | x11/kde3/scripts/configure.kde3 | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 46eb8e0bad91..c0b437043022 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -35,7 +35,7 @@ CONFIG_FILE= ${LOCALBASE}/etc/kde-meta.conf ALL_MODULES= KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEVELOP KDEEDU\ KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK KOFFICE KDEPIM\ - KDESDK KDETOYS KDEUTILS QUANTA + KDESDK KDETOYS KDEUTILS KDEWEBDEV ## Forwards parts of the environment to scripts/configure.kde3 @@ -140,11 +140,11 @@ RUN_DEPENDS+= khangman:${PORTSDIR}/misc/kdeedu3 .if !defined(WITHOUT_KDEADMIN) RUN_DEPENDS+= kcron:${PORTSDIR}/sysutils/kdeadmin3 .endif -.if !defined(WITHOUT_QUANTA) -RUN_DEPENDS+= quanta:${PORTSDIR}/www/quanta +.if !defined(WITHOUT_KDEWEBDEV) +RUN_DEPENDS+= quanta:${PORTSDIR}/www/kdewebdev .endif .if !defined(WITHOUT_KDETOYS) -RUN_DEPENDS+= kmoon:${PORTSDIR}/x11-clocks/kdetoys3 +RUN_DEPENDS+= amor:${PORTSDIR}/x11-clocks/kdetoys3 .endif .if !defined(WITHOUT_KDEARTWORK) RUN_DEPENDS+= kbanner.kss:${PORTSDIR}/x11-themes/kdeartwork3 diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde index 961f8bb4ccce..f7bc1fbbed54 100644 --- a/x11/kde3/Makefile.kde +++ b/x11/kde3/Makefile.kde @@ -14,6 +14,7 @@ COPY= -c -p # For ports that have I18N components only. .if defined(KDE_I18N) _NO_KDE_FINAL= yes +_NO_KDE_CLOSURE= yes _NO_KDE_NDEBUG= yes DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} # Since KDE 3.1.3, the kde-i18n tarballs have the ${KDE_VERSION} @@ -38,6 +39,10 @@ post-extract: CONFIGURE_ARGS+=--enable-final .endif +.if !defined(_NO_KDE_CLOSURE) && defined(WANT_KDE_CLOSURE) +CONFIGURE_ARGS+=--enable-closure +.endif + .if !defined(_NO_KDE_NDEBUG) .if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG) CONFIGURE_ARGS+=--disable-debug diff --git a/x11/kde3/scripts/configure.kde3 b/x11/kde3/scripts/configure.kde3 index 63c4763204e7..45b711ebc41b 100644 --- a/x11/kde3/scripts/configure.kde3 +++ b/x11/kde3/scripts/configure.kde3 @@ -81,7 +81,7 @@ Please select what additional KDE modules you would like to install.\n\n" \ "KDESDK" "KDE software development kit" "$status_kdesdk" \ "KDETOYS" "Miscellaneous small applications" "$status_kdetoys" \ "KDEUTILS" "Utilities like kcalc, kcharselect, ark, kedit, etc" "$status_kdeutils" \ -"QUANTA" "Comprehensive website development environment" "$status_quanta" \ +"KDEWEBDEV" "Comprehensive website development environment" "$status_kdewebdev" \ 2> $tempselection ## Save the return value from dialog. |