diff options
author | skrll <skrll@pkgsrc.org> | 2001-03-07 10:47:13 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-03-07 10:47:13 +0000 |
commit | c7f9103298131f124435a5683d0bf6ad3fe2d03c (patch) | |
tree | 4f84c47277c869e37663f5d64ff915c9a8914acb /x11/qt2-libs/Makefile | |
parent | 62c875438bf005ea2de3a85776300162944fcf04 (diff) | |
download | pkgsrc-c7f9103298131f124435a5683d0bf6ad3fe2d03c.tar.gz |
Use the recently committed mng package for mng support.
Diffstat (limited to 'x11/qt2-libs/Makefile')
-rw-r--r-- | x11/qt2-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile index eb166e02219..97fe8c314e6 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/04 09:06:21 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/07 10:47:13 skrll Exp $ # USE_MESA= yes @@ -9,6 +9,7 @@ PKGNAME= qt2-libs-${QTVERSION} COMMENT= C++ X GUI toolkit DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= mng-1.0.0:../../graphics/mng DEPENDS+= jpeg-*:../../graphics/jpeg CONFIGURE_ENV+= QTDIR=${WRKSRC} |