diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-16 09:09:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-16 09:09:33 +0000 |
commit | 019a41421cb63f5b6fd0d27b2dcb7c60efd82bcb (patch) | |
tree | c41ffb2998e9a95be80179ccf08643f7274221c7 | |
parent | 778144e57ec4f74d7c18881fc8def7a8be0644d5 (diff) | |
download | pkgsrc-019a41421cb63f5b6fd0d27b2dcb7c60efd82bcb.tar.gz |
Change dependency on qt2-libs to qt2-libs>=${QTVERSION} so that it may
match qt2-libs-2.3.1nb1.
-rw-r--r-- | x11/qt2-designer-kde/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2-designer/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2-docs/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2-examples/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/qt2-designer-kde/Makefile b/x11/qt2-designer-kde/Makefile index a50a2a97090..ed3e89a8d70 100644 --- a/x11/qt2-designer-kde/Makefile +++ b/x11/qt2-designer-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/10/24 22:11:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/16 09:09:33 jlam Exp $ # .include "../qt2-libs/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= Visual (WYSIWYG) QT GUI builder with KDE widget support CONFLICTS+= qt2-designer-[0-9]* USE_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt2-libs= qt2-libs-${QTVERSION} +BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION} ALL_TARGET= sub-tools 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 diff --git a/x11/qt2-docs/Makefile b/x11/qt2-docs/Makefile index 2b3748ca8f6..4eb8ea23d13 100644 --- a/x11/qt2-docs/Makefile +++ b/x11/qt2-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/11/16 08:43:33 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/11/16 09:09:34 jlam Exp $ # PKGNAME= qt2-docs-${QTVERSION} @@ -7,7 +7,7 @@ COMMENT= Documentation for the QT C++ X GUI toolkit .include "../qt2-libs/Makefile.common" USE_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt2-libs= qt2-libs-${QTVERSION} +BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION} NO_PATCH= yes NO_CONFIGURE= yes diff --git a/x11/qt2-examples/Makefile b/x11/qt2-examples/Makefile index 2d9d8209c0b..93d665395e6 100644 --- a/x11/qt2-examples/Makefile +++ b/x11/qt2-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/11/16 08:43:32 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/11/16 09:09:34 jlam Exp $ # PKGNAME= qt2-examples-${QTVERSION} @@ -7,7 +7,7 @@ COMMENT= QT2 Tutorial, example code and HTML documentation .include "../qt2-libs/Makefile.common" USE_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt2-libs= qt2-libs-${QTVERSION} +BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION} CONFIGURE_ENV+= QTDIR=${QTPREFIX} |