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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff48bfc18009
branches:  trunk
changeset: 467289:ff48bfc18009
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 14:16:41 2004 +0000

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

diffstat:

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

diffs (36 lines):

diff -r 278e705c502c -r ff48bfc18009 doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 13:45:56 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 14:16:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4632 2004/01/28 13:46:45 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4633 2004/01/28 14:17:44 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -517,3 +517,4 @@
        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]
+       Updated mule to 2.3nb2 [xtraeme 2004-01-28]
diff -r 278e705c502c -r ff48bfc18009 editors/mule/Makefile
--- a/editors/mule/Makefile     Wed Jan 28 13:45:56 2004 +0000
+++ b/editors/mule/Makefile     Wed Jan 28 14:16:41 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.24 2004/01/28 14:16:41 xtraeme Exp $
 
 DISTNAME=      mule-2.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.m17n.org/pub/mule/
 
@@ -24,7 +24,7 @@
 GNU_CONFIGURE= yes
 USE_BUILDLINK2=        yes
 USE_GNU_TOOLS+=        make
-USE_X11BASE=   yes
+USE_X11=       yes
 
 CONFIGURE_ARGS+=       ${MACHINE_ARCH}--netbsd --with-x --with-x-toolkit=lucid
 CONFIGURE_ARGS+=       --terminal-face --mcpath



Home | Main Index | Thread Index | Old Index