pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15de3a98ccab
branches:  trunk
changeset: 467286:15de3a98ccab
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 28 13:29:20 2004 +0000

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

diffstat:

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

diffs (37 lines):

diff -r 9c7ce8958352 -r 15de3a98ccab databases/quicklist/Makefile
--- a/databases/quicklist/Makefile      Wed Jan 28 13:20:05 2004 +0000
+++ b/databases/quicklist/Makefile      Wed Jan 28 13:29:20 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:28:58 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/28 13:29:20 xtraeme Exp $
 #
 
 DISTNAME=      quicklist-0.8.6
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    databases x11
 MASTER_SITES=  ftp://ftp.quicklist.org/
 
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK2=        yes
 GNU_CONFIGURE= yes
-USE_X11BASE=   yes
+USE_X11=       yes
 
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../x11/gtk/buildlink2.mk"
diff -r 9c7ce8958352 -r 15de3a98ccab doc/CHANGES
--- a/doc/CHANGES       Wed Jan 28 13:20:05 2004 +0000
+++ b/doc/CHANGES       Wed Jan 28 13:29:20 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4629 2004/01/28 13:20:47 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4630 2004/01/28 13:30:11 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -515,3 +515,4 @@
        Updated rosegarden to 2.1.4nb1 [xtraeme 2004-01-28]
        Updated snd to 19980212nb1 [xtraeme 2004-01-28]
        Updated xdeview to 0.5.18nb1 [xtraeme 2004-01-28]
+       Updated quickview to 0.8.6nb3 [xtraeme 2004-01-28]



Home | Main Index | Thread Index | Old Index