diff options
author | Will Andrews <will@FreeBSD.org> | 2003-01-20 04:08:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-01-20 04:08:56 +0000 |
commit | 43b2827e337e3e55f2f99b08edc812f2db4a1bce (patch) | |
tree | 39ee5ad21e49908b89d1fcc892ed77e21f461133 /x11-toolkits/qt32 | |
parent | f72b2e01f8230b63b445781c9baa50cd564916f6 (diff) | |
download | ports-43b2827e337e3e55f2f99b08edc812f2db4a1bce.tar.gz ports-43b2827e337e3e55f2f99b08edc812f2db4a1bce.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 32ce423a73c6..27d59ebe64a1 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -32,9 +32,9 @@ INSTALLS_SHLIB= yes NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -sm -qt-gif -thread -no-fast \ - ${XINERAMA} -no-g++-exceptions -no-stl ${CUPS} \ - -shared -prefix ${PREFIX} + -system-zlib -no-nas-sound -sm -qt-gif -thread \ + -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) CONFIGURE_ARGS+= -debug |