aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt32/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-19 03:19:59 +0800
committerwill <will@FreeBSD.org>2000-12-19 03:19:59 +0800
commit05ae8971c8889a0abc460a25ad922e43e4f9257e (patch)
treed71cf403f7aed1a45e44b5ce4c14360aa4716677 /x11-toolkits/qt32/Makefile
parenta225999e24c201564f271521d71c8daee507f7d8 (diff)
downloadfreebsd-ports-gnome-05ae8971c8889a0abc460a25ad922e43e4f9257e.tar.gz
freebsd-ports-gnome-05ae8971c8889a0abc460a25ad922e43e4f9257e.tar.zst
freebsd-ports-gnome-05ae8971c8889a0abc460a25ad922e43e4f9257e.zip
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.
Diffstat (limited to 'x11-toolkits/qt32/Makefile')
-rw-r--r--x11-toolkits/qt32/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index add4d433e44a..f4d38f3f94da 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/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