summaryrefslogtreecommitdiff
path: root/x11/qt2
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-15 20:18:19 +0000
committerjlam <jlam>2001-07-15 20:18:19 +0000
commit3230366cd158aeaecd7e7fb9c52e858f5cb56864 (patch)
tree3c908e2bb0f0b9294b599cb50e097a1cb76416ad /x11/qt2
parent5a35229295442da9180319c97bd29a152db23581 (diff)
downloadpkgsrc-3230366cd158aeaecd7e7fb9c52e858f5cb56864.tar.gz
Change dependency on qt2-designer to allow recent versions of
qt2-designer-kde, but if required to build the dependency, default to building qt2-designer.
Diffstat (limited to 'x11/qt2')
-rw-r--r--x11/qt2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile
index ee1caf1a9aa..af83e7faebe 100644
--- a/x11/qt2/Makefile
+++ b/x11/qt2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 17:06:41 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/07/15 20:18:20 jlam Exp $
#
-DISTNAME= qt2-${QTVERSION}
+DISTNAME= qt2-${QTVERSION}nb1
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -11,7 +11,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit
.include "Makefile.common"
DEPENDS+= qt2-libs-${QTVERSION}:../../x11/qt2-libs
-DEPENDS+= qt2-designer-${QTVERSION}:../../x11/qt2-designer
+DEPENDS+= {qt2-designer-${QTVERSION}nb1,qt2-designer-kde-${QTVERSION}nb1}:../../x11/qt2-designer
DEPENDS+= qt2-docs-${QTVERSION}:../../x11/qt2-docs
DEPENDS+= qt2-examples-${QTVERSION}:../../x11/qt2-examples