diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 11:51:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 11:51:04 +0000 |
commit | ce8f648141a3d7edefa7e68de891637bda763982 (patch) | |
tree | 771fbdca824b996a6603b5a2093632c874bae561 /x11/qt2 | |
parent | bd1a5f760e294213741422b2a988c72c133e7dd4 (diff) | |
download | pkgsrc-ce8f648141a3d7edefa7e68de891637bda763982.tar.gz |
Fix depends.
Diffstat (limited to 'x11/qt2')
-rw-r--r-- | x11/qt2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index b2b850f41fa..55f1369ddf4 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/07 16:34:37 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/10/28 11:52:29 wiz Exp $ # DISTNAME= qt2-${QTVERSION} @@ -11,7 +11,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "Makefile.common" -DEPENDS+= qt2-libs-${QTVERSION}nb{,nb[0-9]*}:../../x11/qt2-libs +DEPENDS+= qt2-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-libs DEPENDS+= qt2-designer{,-kde}-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-designer DEPENDS+= qt2-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-docs DEPENDS+= qt2-examples-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-examples |