diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-11 06:17:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-11 06:17:04 +0000 |
commit | bda8e9b3d49318473fad79469eabd56286ac2396 (patch) | |
tree | 3e1572e95d90613e6ab697273311a81aae4badcb /editors | |
parent | 5e3850ca618efeebd500ce6b65354eafb867c4db (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 13 | ||||
-rw-r--r-- | editors/koffice-kde3/Makefile | 13 | ||||
-rw-r--r-- | editors/koffice-kde4/Makefile | 13 | ||||
-rw-r--r-- | editors/koffice/Makefile | 13 |
4 files changed, 12 insertions, 40 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 69f321887c99..03fa731054c6 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -21,21 +21,14 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv USE_KDELIBS_VER=2 USE_PYTHON= yes -PYTHON_VERSION= python2.1 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) -CONFIGURE_ARGS+=--enable-final -.endif -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.else -CONFIGURE_ARGS+=--enable-debug -STRIP='' -.endif USE_GMAKE= yes +_NO_KDE_OBJPRELINK= yes +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + post-patch: @${PERL} -pi -e "s@Icon=killustrator@Icon=kontour@g" \ ${WRKSRC}/templates/Illustration.desktop diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 69f321887c99..03fa731054c6 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -21,21 +21,14 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv USE_KDELIBS_VER=2 USE_PYTHON= yes -PYTHON_VERSION= python2.1 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) -CONFIGURE_ARGS+=--enable-final -.endif -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.else -CONFIGURE_ARGS+=--enable-debug -STRIP='' -.endif USE_GMAKE= yes +_NO_KDE_OBJPRELINK= yes +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + post-patch: @${PERL} -pi -e "s@Icon=killustrator@Icon=kontour@g" \ ${WRKSRC}/templates/Illustration.desktop diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 69f321887c99..03fa731054c6 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -21,21 +21,14 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv USE_KDELIBS_VER=2 USE_PYTHON= yes -PYTHON_VERSION= python2.1 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) -CONFIGURE_ARGS+=--enable-final -.endif -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.else -CONFIGURE_ARGS+=--enable-debug -STRIP='' -.endif USE_GMAKE= yes +_NO_KDE_OBJPRELINK= yes +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + post-patch: @${PERL} -pi -e "s@Icon=killustrator@Icon=kontour@g" \ ${WRKSRC}/templates/Illustration.desktop diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 69f321887c99..03fa731054c6 100644 --- a/editors/koffice/Makefile +++ b/editors/koffice/Makefile @@ -21,21 +21,14 @@ LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv USE_KDELIBS_VER=2 USE_PYTHON= yes -PYTHON_VERSION= python2.1 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) -CONFIGURE_ARGS+=--enable-final -.endif -.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) -CONFIGURE_ARGS+=--disable-debug -.else -CONFIGURE_ARGS+=--enable-debug -STRIP='' -.endif USE_GMAKE= yes +_NO_KDE_OBJPRELINK= yes +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + post-patch: @${PERL} -pi -e "s@Icon=killustrator@Icon=kontour@g" \ ${WRKSRC}/templates/Illustration.desktop |