diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 13:29:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-28 13:29:20 +0000 |
commit | 0e2a9b79fa4d0d749f0565032f0f69fec594f4bf (patch) | |
tree | dc73a5aa28fbf60c2226ff5b2845388e3a798b12 /databases | |
parent | 223b6462e49d01d37a1399006b90d107d3c9e718 (diff) | |
download | pkgsrc-0e2a9b79fa4d0d749f0565032f0f69fec594f4bf.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')
-rw-r--r-- | databases/quicklist/Makefile | 6 |
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" |