diff options
author | alane <alane@FreeBSD.org> | 2003-02-01 06:54:49 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-02-01 06:54:49 +0800 |
commit | 0cd3dde366fb6b2d3f4f653ecc1d0f885b0b3791 (patch) | |
tree | 4223e332394b16634f26949efe98efc1e3bf74d7 /x11-toolkits/qt33/Makefile | |
parent | 81b95f82ef8c9848b00b7839633ce1698ae088aa (diff) | |
download | freebsd-ports-gnome-0cd3dde366fb6b2d3f4f653ecc1d0f885b0b3791.tar.gz freebsd-ports-gnome-0cd3dde366fb6b2d3f4f653ecc1d0f885b0b3791.tar.zst freebsd-ports-gnome-0cd3dde366fb6b2d3f4f653ecc1d0f885b0b3791.zip |
back out unauthorized commit by demon@. backout authorized by will@.
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 81729c2f540f..d91c8813cfad 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,7 +8,6 @@ PORTNAME= qt PORTVERSION= 3.1.1 -PORTREVISION= 1 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.silug.org/pub/qt/ \ @@ -35,8 +34,7 @@ CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ -system-zlib -no-nas-sound -sm -qt-gif -thread \ -no-fast ${XINERAMA} -no-g++-exceptions -no-stl \ - ${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \ - -docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins + ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) CONFIGURE_ARGS+= -debug |