summaryrefslogtreecommitdiff
path: root/databases/quicklist
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 /databases/quicklist
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.
Diffstat (limited to 'databases/quicklist')
-rw-r--r--databases/quicklist/Makefile6
1 files changed, 3 insertions, 3 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"