diff options
author | markd <markd@pkgsrc.org> | 2004-10-25 11:54:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-25 11:54:59 +0000 |
commit | c8b3cdf519793fe712fdba5b129c9a7a2368ee97 (patch) | |
tree | 077c8adec4ad85533d8d7e45ee1756fd1e9e64f9 /editors/kile/Makefile | |
parent | 7e3eaa46dc2bee56147d1ca73d57ed615dcd12b1 (diff) | |
download | pkgsrc-c8b3cdf519793fe712fdba5b129c9a7a2368ee97.tar.gz |
Update kile to 1.7.1.
Changes in 1.7.1:
Due to reported problems with compiling Kile 1.7, version 1.7.1 is
released. This releases fixes the "KSpell2" compilation problem.
Changes in 1.7:
Among the new features are: autocompletion of (La)TeX commands, completely
configurable build system, advanced LaTeX editing functions, autocompletion
of references and labels (only within projects).
Diffstat (limited to 'editors/kile/Makefile')
-rw-r--r-- | editors/kile/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 199ec44c119..77d74951ed1 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2004/10/03 00:14:38 tv Exp $ +# $NetBSD: Makefile,v 1.26 2004/10/25 11:54:59 markd Exp $ -DISTNAME= kile-1.6.3 -PKGREVISION= 1 +DISTNAME= kile-1.7.1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kile.sourceforge.net/ @@ -14,8 +14,11 @@ USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_PERL5= build GNU_CONFIGURE= yes +REPLACE_PERL= kile1.6_upd.pl + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../graphics/kdegraphics3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |