diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wsoundserver/Makefile | 1 | ||||
-rw-r--r-- | audio/wsoundserver/pkg-plist | 2 | ||||
-rw-r--r-- | audio/xmms/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms/pkg-plist | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index c588aefe678d..8f8f131b3404 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes MAKE_ARGS= "-E CFLAGS" diff --git a/audio/wsoundserver/pkg-plist b/audio/wsoundserver/pkg-plist index 466f70608190..1e36c26369f6 100644 --- a/audio/wsoundserver/pkg-plist +++ b/audio/wsoundserver/pkg-plist @@ -8,5 +8,3 @@ include/wsound.h lib/libwsound.a lib/libwsound.so lib/libwsound.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index 2ec648096871..60a6646fc87f 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ xml.5:${PORTSDIR}/textproc/libxml USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ARGS= --without-gnome GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/audio/xmms/pkg-plist b/audio/xmms/pkg-plist index 32f314f39c6c..803f756d7a6c 100644 --- a/audio/xmms/pkg-plist +++ b/audio/xmms/pkg-plist @@ -10,9 +10,7 @@ include/xmms/dga.h include/xmms/plugin.h lib/libxmms.so.1 @exec ln -fs %D/%F %B/libxmms.so -@exec /sbin/ldconfig -m %D/lib @unexec rm -f %B/libxmms.so -@unexec /sbin/ldconfig -R lib/xmms/Output/libOSS.so lib/xmms/Output/libdisk_writer.so lib/xmms/Input/libwav.so |