diff options
author | adam <adam@pkgsrc.org> | 2005-10-19 10:53:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-19 10:53:43 +0000 |
commit | af73cd1fcc51b75fd671f6b958dada0f231335a3 (patch) | |
tree | 425fbbc04dd6272b61a76d88a2c2785d412e80fb /editors/cooledit/Makefile | |
parent | 270fbf17d89beb25948faeecb4f6261b479382e6 (diff) | |
download | pkgsrc-af73cd1fcc51b75fd671f6b958dada0f231335a3.tar.gz |
Changes 3.17:
* Jump to file on Ctrl-j
* Complete in filebrowser with Ctrl-Tab
* Debugger fixes and fixes for HP-UX
* Various build fixes for different OS's
* Insert history in all input widgets.
* Shell command line on Escape pipes selected text through
arbitrary commands (experimental).
* Colour space options, black on white display.
* Prolog syntax highlighting.
* Gimp script syntax highlighting.
* Valgrind auditing.
Diffstat (limited to 'editors/cooledit/Makefile')
-rw-r--r-- | editors/cooledit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 3a7ae69ceb6..4b0dab87f84 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/10/19 10:53:43 adam Exp $ -DISTNAME= cooledit-3.17.14 +DISTNAME= cooledit-3.17.17 CATEGORIES= editors MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/ @@ -10,9 +10,9 @@ COMMENT= Full-featured text editor BUILD_USES_MSGFMT= yes -USE_TOOLS+= gmake USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |