aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-05-27 23:45:38 +0800
committerwill <will@FreeBSD.org>2000-05-27 23:45:38 +0800
commit97dfc6729759ef3517e90975a4f1e0fc5501b96d (patch)
tree975f3dc6f0299ff13e05007111a0223575147f82 /converters
parentf4eb8d75e80a788b6c92537cc84e0464c6ed8023 (diff)
downloadfreebsd-ports-gnome-97dfc6729759ef3517e90975a4f1e0fc5501b96d.tar.gz
freebsd-ports-gnome-97dfc6729759ef3517e90975a4f1e0fc5501b96d.tar.zst
freebsd-ports-gnome-97dfc6729759ef3517e90975a4f1e0fc5501b96d.zip
Remove libodbc (again) and libaudiofile so it won't conflict with
port installations. Now kdesupport2 will only install what is unique to its package.
Diffstat (limited to 'converters')
-rw-r--r--converters/kdesupport2/Makefile4
-rw-r--r--converters/kdesupport2/pkg-plist20
2 files changed, 3 insertions, 21 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile
index 3b2a420bed07..bd92baefc706 100644
--- a/converters/kdesupport2/Makefile
+++ b/converters/kdesupport2/Makefile
@@ -21,7 +21,9 @@ 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-libgdbm --without-libuulib \
+ --without-odbc --without-audiofile
CONFIGURE_ENV+= MOC="${MOC}"
+USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/converters/kdesupport2/pkg-plist b/converters/kdesupport2/pkg-plist
index 817835db56df..3e655afb8f43 100644
--- a/converters/kdesupport2/pkg-plist
+++ b/converters/kdesupport2/pkg-plist
@@ -1,10 +1,7 @@
-bin/cdbmake
include/Pix.h
include/QwCluster.h
include/QwPublicList.h
include/QwSpriteField.h
-include/js.h
-include/jsint.h
include/mimelib/address.h
include/mimelib/addrlist.h
include/mimelib/binhex.h
@@ -39,28 +36,11 @@ include/mimelib/text.h
include/mimelib/token.h
include/mimelib/utility.h
include/mimelib/uuencode.h
-include/rdb/cdb.h
-include/rdb/cdbmake.h
-include/rdb/hash.h
-include/rdb/rdb.h
-include/rdb/uint32.h
-lib/libQwSpriteField.a
lib/libQwSpriteField.so.8
-lib/libjs.a
-lib/libjs.so.4
-lib/libmimelib.a
-lib/libmimelib.so.3
-lib/librdb.a
-lib/librdb.so.57
@exec ln -sf libQwSpriteField.so.7 %D/lib/libQwSpriteField.so
-@exec ln -sf libjs.so.4 %D/lib/libjs.so
@exec ln -sf libmimelib.so.3 %D/lib/libmimelib.so
-@exec ln -sf librdb.so.57 %D/lib/librdb.so
@exec /sbin/ldconfig -m %B
-@dirrm include/rdb
@dirrm include/mimelib
@unexec rm -f %D/lib/libQwSpriteField.so
-@unexec rm -f %D/lib/libjs.so
@unexec rm -f %D/lib/libmimelib.so
-@unexec rm -f %D/lib/librdb.so
@unexec /sbin/ldconfig -R