diff options
author | skrll <skrll@pkgsrc.org> | 2000-12-09 17:21:49 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-12-09 17:21:49 +0000 |
commit | 57b4f09d2a794677734245a91b623d4abf601fc9 (patch) | |
tree | 5ef2f48d5bbd8533347ea058555005376b92bb00 /x11/qt2-docs | |
parent | 1322ba43475524da5e56263eaeab55684bdfdfad (diff) | |
download | pkgsrc-57b4f09d2a794677734245a91b623d4abf601fc9.tar.gz |
- Introduce QTVERSION variable defined in qt2/Makefile.common to make
upgrades easier.
- Preliminary work to split uic/libqutil from qt2-designer
- Some general tidy up
Diffstat (limited to 'x11/qt2-docs')
-rw-r--r-- | x11/qt2-docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt2-docs/Makefile b/x11/qt2-docs/Makefile index a3946c99116..533561f066c 100644 --- a/x11/qt2-docs/Makefile +++ b/x11/qt2-docs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2000/12/05 18:32:04 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/09 17:21:49 skrll Exp $ # -PKGNAME= qt2-docs-2.2.2 +PKGNAME= qt2-docs-${QTVERSION} .include "../qt2-libs/Makefile.common" -DEPENDS+= qt2-libs-*:../../x11/qt2-libs +DEPENDS+= qt2-libs-${QTVERSION}:../../x11/qt2-libs NO_PATCH= yes NO_CONFIGURE= yes |