pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc There's no need to use 'USE_X11BASE' in cooledit packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/278e705c502c
branches:  trunk
changeset: 467288:278e705c502c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 13:45:56 2004 +0000

description:
There's no need to use 'USE_X11BASE' in cooledit package, we'll use
USE_X11 instead, bump PKGREVISION.

diffstat:

 doc/CHANGES               |  3 ++-
 editors/cooledit/Makefile |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 594a79cbed52 -r 278e705c502c doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 13:33:22 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 13:45:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4631 2004/01/28 13:33:22 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4632 2004/01/28 13:46:45 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -516,3 +516,4 @@
        Updated snd to 19980212nb1 [xtraeme 2004-01-28]
        Updated xdeview to 0.5.18nb1 [xtraeme 2004-01-28]
        Updated quicklist to 0.8.6nb3 [xtraeme 2004-01-28]
+       Updated cooledit to 3.17.5nb1 [xtraeme 2004-01-28]
diff -r 594a79cbed52 -r 278e705c502c editors/cooledit/Makefile
--- a/editors/cooledit/Makefile Wed Jan 28 13:33:22 2004 +0000
+++ b/editors/cooledit/Makefile Wed Jan 28 13:45:56 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 08:31:31 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/28 13:45:56 xtraeme Exp $
 #
 
 DISTNAME=      cooledit-3.17.5
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  http://cooledit.sourceforge.net/
 
@@ -14,7 +15,7 @@
 USE_BUILDLINK2=                # defined
 USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      # defined
-USE_X11BASE=           # defined
+USE_X11=               # defined
 GNU_CONFIGURE=         # defined
 USE_LIBTOOL=           # defined
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig



Home | Main Index | Thread Index | Old Index