From d7e451435ecf4c40bb35d56bed7a85a480260bf7 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Mon, 18 Dec 2000 19:19:59 +0000 Subject: Update to QT 2.2.3. This upgrade includes the addition of MNG support in the port.. although that support has been in QT 2.x for awhile. The upgrade is also required for KDE 2.1 beta 1. Apologies to Kevin for not getting it done sooner. --- x11-toolkits/qt23/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/qt23/Makefile') diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index add4d433e44a..f4d38f3f94da 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -6,14 +6,15 @@ # PORTNAME= qt -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ DISTNAME= qt-x11-${PORTVERSION} MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= mng.0:${PORTSDIR}/graphics/libmng \ + png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg YES?= /usr/bin/yes @@ -24,6 +25,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ + -system-libmng \ -I${LOCALBASE}/include -L${LOCALBASE}/lib CONFIGURE_ENV= ${YES} yes | QTDIR=${WRKSRC} MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib -- cgit v1.2.3