aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-tfmx
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-31 19:00:51 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-31 19:00:51 +0000
commit0f12fcc8c78dfd485816e8211d56ed0d8d8709cb (patch)
tree240e0e22ded18ec6f88d0c6795559809e740a137 /audio/xmms-tfmx
parent4428b915f75e3669962d230fe556b4aa35284383 (diff)
downloadports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.tar.gz
ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.zip
Notes
Diffstat (limited to 'audio/xmms-tfmx')
-rw-r--r--audio/xmms-tfmx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile
index d0938b9919e8..e6d12200220b 100644
--- a/audio/xmms-tfmx/Makefile
+++ b/audio/xmms-tfmx/Makefile
@@ -19,11 +19,12 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk12 lthack
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER= 13
+USE_LIBTOOL_VER=15
PLIST_FILES= lib/xmms/Input/libtfmx.so
do-install:
+ ${MKDIR} ${PREFIX}/lib/xmms/Input
${INSTALL_DATA} ${WRKSRC}/src/.libs/libtfmx.so ${PREFIX}/lib/xmms/Input
.include <bsd.port.mk>