summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-28 13:29:20 +0000
committerxtraeme <xtraeme>2004-01-28 13:29:20 +0000
commitda6ff73083a43314484f24997ca33319d44a3d18 (patch)
treedc73a5aa28fbf60c2226ff5b2845388e3a798b12
parent01718fa04e28abbbf6ab43a847cf33f40ff20268 (diff)
downloadpkgsrc-da6ff73083a43314484f24997ca33319d44a3d18.tar.gz
There's no need to use 'USE_X11BASE' in quickview package, we'll use
USE_X11 instead, bump PKGREVISION.
-rw-r--r--databases/quicklist/Makefile6
-rw-r--r--doc/CHANGES3
2 files changed, 5 insertions, 4 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile
index f7ddc4ddee5..a1b26582542 100644
--- a/databases/quicklist/Makefile
+++ b/databases/quicklist/Makefile
@@ -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 @@ BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_X11BASE= yes
+USE_X11= yes
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
diff --git a/doc/CHANGES b/doc/CHANGES
index f6eb97875bd..8f6386af0ea 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2004:
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]