diff options
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 |