diff options
author | jlam <jlam> | 2001-11-16 09:09:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-16 09:09:33 +0000 |
commit | 8ace56eacf0442dc7cfd99c31fcd14e0efc0bee7 (patch) | |
tree | c41ffb2998e9a95be80179ccf08643f7274221c7 /x11/qt2-designer | |
parent | 8a89f6eb807351d6e116809d1c350ceb6b5e823c (diff) | |
download | pkgsrc-8ace56eacf0442dc7cfd99c31fcd14e0efc0bee7.tar.gz |
Change dependency on qt2-libs to qt2-libs>=${QTVERSION} so that it may
match qt2-libs-2.3.1nb1.
Diffstat (limited to 'x11/qt2-designer')
-rw-r--r-- | x11/qt2-designer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile index 18429ff18a0..e91b84e7627 100644 --- a/x11/qt2-designer/Makefile +++ b/x11/qt2-designer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/15 20:16:47 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/11/16 09:09:33 jlam Exp $ # .include "../qt2-libs/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= Visual (WYSIWYG) QT GUI builder CONFLICTS+= qt2-designer-kde-[0-9]* USE_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt2-libs= qt2-libs-${QTVERSION} +BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION} ALL_TARGET= sub-tools |