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 nedit package,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7082108a7abf
branches:  trunk
changeset: 467277:7082108a7abf
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 12:13:02 2004 +0000

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

diffstat:

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

diffs (36 lines):

diff -r ea3549180b42 -r 7082108a7abf doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 12:10:27 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 12:13:02 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4622 2004/01/28 11:26:15 recht Exp $
+$NetBSD: CHANGES,v 1.4623 2004/01/28 12:14:16 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -508,3 +508,4 @@
        Removed koffice-devel [markd 2004-01-28]
        Updated mutt to 1.4.1nb4 [lukem 2004-01-28]
        Updated tla to 1.1 [recht 2004-01-28]
+       Updated nedit to 5.4nb1 [xtraeme 2004-01-28]
diff -r ea3549180b42 -r 7082108a7abf editors/nedit/Makefile
--- a/editors/nedit/Makefile    Wed Jan 28 12:10:27 2004 +0000
+++ b/editors/nedit/Makefile    Wed Jan 28 12:13:02 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2004/01/22 17:34:48 recht Exp $
+# $NetBSD: Makefile,v 1.33 2004/01/28 12:13:02 xtraeme Exp $
 
 DISTNAME=      nedit-${VERS}-source
 PKGNAME=       nedit-${VERS}
+PKGREVISION=   1
 CATEGORIES=    editors
 #MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \
 #              http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \
@@ -19,7 +20,7 @@
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 USE_BUILDLINK2=                YES
-USE_X11BASE=           YES
+USE_X11=               YES
 ALL_TARGET=            netbsd
 
 do-install:



Home | Main Index | Thread Index | Old Index