diff options
author | pooka <pooka@pkgsrc.org> | 2000-10-28 11:55:21 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-10-28 11:55:21 +0000 |
commit | 1032cafefb837caaac96009e559a849fcd06b42d (patch) | |
tree | cfd38724359441bf77d1987274b96dc6971346f0 /x11 | |
parent | da6833051b4e2c28e0b9aceb32345abf766654aa (diff) | |
download | pkgsrc-1032cafefb837caaac96009e559a849fcd06b42d.tar.gz |
USE_X11BASE instead of USE_X11. This avoids the silly situation where
eg. qt2-libs is prefixed differently from the qt2 master package.
Bump version to nb1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index b4871b69918..7ad90713840 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 07:53:47 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/28 11:55:21 pooka Exp $ # DISTNAME= qt2-2.2.1 +PKGNAME= qt2-2.2.1nb1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -13,7 +14,7 @@ DEPENDS+= qt2-libs-2.2.1:../../x11/qt2-libs DEPENDS+= qt2-docs-2.2.1:../../x11/qt2-docs DEPENDS+= qt2-designer-2.2.1:../../x11/qt2-designer -USE_X11= yes +USE_X11BASE= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_PATCH= yes |