diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /audio/xmms | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
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 |