diff options
author | markd <markd@pkgsrc.org> | 2006-10-17 09:33:15 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-17 09:33:15 +0000 |
commit | a225de3e44ed0333569df3d88f6172a1024e7921 (patch) | |
tree | a30446f72458d5e1be141afe1c6b14037e6102f1 /misc/koffice/Makefile | |
parent | d510fe389ea85e0ccf4b06db0919e56311cb2ebe (diff) | |
download | pkgsrc-a225de3e44ed0333569df3d88f6172a1024e7921.tar.gz |
Update koffice to 1.6.0
This release is mostly a feature release of Krita and Kexi, but also
contains major enhancements to the OpenDocument and MathML support of
KFormula and new scripting functionality. This version also contains
a vastly improved version of KPlato, the project planning application.
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 4e89e189f91..43d09179706 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.85 2006/07/15 21:14:00 markd Exp $ +# $NetBSD: Makefile,v 1.86 2006/10/17 09:33:15 markd Exp $ -DISTNAME= koffice-1.5.2 +DISTNAME= koffice-1.6.0 CATEGORIES= misc kde -MASTER_SITES= ${MASTER_SITE_KDE:=koffice-1.5.2/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=koffice-1.6.0/src/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= markd@NetBSD.org @@ -41,10 +41,6 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "options.mk" -.if ${OPSYS} == "SunOS" -USE_TOOLS+= gawk:pkgsrc -.endif - post-install: @# The global desktop template files need to be user-writeable, or @# else users won't be able to alter them after copying them to @@ -57,10 +53,13 @@ post-install: .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" +.include "../../graphics/GraphicsMagick/buildlink3.mk" .include "../../graphics/ImageMagick/buildlink3.mk" .include "../../graphics/jasper/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" +.include "../../graphics/libexif/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../print/poppler-qt/buildlink3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |