diff options
author | lofi <lofi@FreeBSD.org> | 2007-09-18 17:06:24 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-09-18 17:06:24 +0800 |
commit | c064db5f540db8bd059b4c3581d8dcfc9cb292d0 (patch) | |
tree | f785e100d25d00c934be865c4b13d656b435390a /x11-toolkits/qt33 | |
parent | ab8e99417c7bfb27f753af9f50e0142746e7d3e5 (diff) | |
download | freebsd-ports-gnome-c064db5f540db8bd059b4c3581d8dcfc9cb292d0.tar.gz freebsd-ports-gnome-c064db5f540db8bd059b4c3581d8dcfc9cb292d0.tar.zst freebsd-ports-gnome-c064db5f540db8bd059b4c3581d8dcfc9cb292d0.zip |
Bump PORTREVISION
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index e9787fc25c90..2c41a6c0c872 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= x11-toolkits ipv6 MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -38,7 +38,7 @@ USE_LDCONFIG= yes TMPDIR?= /tmp .endif -CONFIGURE_ARGS+= -system-libpng -system-libjpeg -system-libmng \ +CONFIGURE_ARGS+=-system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ -system-zlib -sm -qt-gif -thread \ -fast -xinerama -no-g++-exceptions -stl -no-nis \ |