diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-23 02:31:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-23 02:31:35 +0000 |
commit | da97bb726ea1bc0fb9a4eeda2b9e1a9c3e1bde70 (patch) | |
tree | 5b4e6dd3053916c524ca4ac367ebe1b8f736269f /converters | |
parent | 865ed821c56c209d6570dd8efb0f435bb3345c7f (diff) | |
download | ports-da97bb726ea1bc0fb9a4eeda2b9e1a9c3e1bde70.tar.gz ports-da97bb726ea1bc0fb9a4eeda2b9e1a9c3e1bde70.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 65d2069103af..3b2a420bed07 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -21,8 +21,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --without-libjpeg --without-libgif \ - --without-libgdbm --without-libuulib \ - --without-odbc + --without-libgdbm --without-libuulib CONFIGURE_ENV+= MOC="${MOC}" .include <bsd.port.mk> |