summaryrefslogtreecommitdiff
path: root/x11/qt2-libs
diff options
context:
space:
mode:
authorskrll <skrll>2001-03-07 10:47:13 +0000
committerskrll <skrll>2001-03-07 10:47:13 +0000
commit584621d9a1a7c4209fb119bae170106b3d4c1421 (patch)
tree4f84c47277c869e37663f5d64ff915c9a8914acb /x11/qt2-libs
parent07f9b7fe95846223df8b215f0799f3c2f4e10bb5 (diff)
downloadpkgsrc-584621d9a1a7c4209fb119bae170106b3d4c1421.tar.gz
Use the recently committed mng package for mng support.
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r--x11/qt2-libs/Makefile3
-rw-r--r--x11/qt2-libs/Makefile.common5
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