diff options
author | skrll <skrll> | 2001-03-07 10:47:13 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-03-07 10:47:13 +0000 |
commit | 95be96596f6f4959433120003e51ca495a48c886 (patch) | |
tree | 4f84c47277c869e37663f5d64ff915c9a8914acb /x11/qt2-libs | |
parent | 621380e3001bb8df53795c00deaf556c9d3cdb2a (diff) | |
download | pkgsrc-95be96596f6f4959433120003e51ca495a48c886.tar.gz |
Use the recently committed mng package for mng support.
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r-- | x11/qt2-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/qt2-libs/Makefile.common | 5 |
2 files changed, 5 insertions, 3 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} diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common index 3c16f17b883..5e06911faf1 100644 --- a/x11/qt2-libs/Makefile.common +++ b/x11/qt2-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2001/02/06 09:26:16 skrll Exp $ +# $NetBSD: Makefile.common,v 1.6 2001/03/07 10:47:13 skrll Exp $ # DISTNAME= qt-x11-${QTVERSION} @@ -15,7 +15,8 @@ USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= -static -sm -no-thread \ - -system-zlib -system-libpng -system-jpeg \ + -system-zlib -system-libpng \ + -system-libmng -system-jpeg \ -I${LOCALBASE}/include -L${LOCALBASE}/lib CONFIGURE_SCRIPT= ${ECHO} yes | ./configure |