diff options
author | skrll <skrll@pkgsrc.org> | 2001-01-13 12:41:38 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-01-13 12:41:38 +0000 |
commit | f48de1ea7551fb723c3c6b2214c418f6062b2bf7 (patch) | |
tree | 5c0145b4e20b3e90d94f9aff56bf4c5f2662eeb4 /x11/qt2 | |
parent | 73389f51dc4aa11c12e61b6ea3d153ba56f78a00 (diff) | |
download | pkgsrc-f48de1ea7551fb723c3c6b2214c418f6062b2bf7.tar.gz |
Add in new qt2-examples package
Diffstat (limited to 'x11/qt2')
-rw-r--r-- | x11/qt2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index 872bb5ffb08..6662ba922d7 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/09 17:21:49 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/13 12:41:38 skrll Exp $ # DISTNAME= qt2-${QTVERSION} @@ -10,6 +10,7 @@ DISTFILES= # empty DEPENDS+= qt2-libs-${QTVERSION}:../../x11/qt2-libs DEPENDS+= qt2-docs-${QTVERSION}:../../x11/qt2-docs +DEPENDS+= qt2-examples-${QTVERSION}:../../x11/qt2-examples DEPENDS+= qt2-designer-${QTVERSION}:../../x11/qt2-designer USE_X11BASE= yes |