diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-18 19:19:59 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-18 19:19:59 +0000 |
commit | d7e451435ecf4c40bb35d56bed7a85a480260bf7 (patch) | |
tree | 6313fb8cf93e6082b386684617c950bd88c4e895 /x11-toolkits/qt23/Makefile | |
parent | Update to bring in sync with patch level 11. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=36070
Diffstat (limited to 'x11-toolkits/qt23/Makefile')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |