diff options
Diffstat (limited to 'audio/xmms-arts_output/Makefile')
-rw-r--r-- | audio/xmms-arts_output/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xmms-arts_output/Makefile b/audio/xmms-arts_output/Makefile index a1b9cd84de16..d5d5eb821f4c 100644 --- a/audio/xmms-arts_output/Makefile +++ b/audio/xmms-arts_output/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= xmms- PORTNAME= arts_output PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/ @@ -20,10 +20,12 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool:13:inc +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PLIST_FILES= lib/xmms/Output/libarts.so \ +PLIST_FILES= lib/xmms/Output/libarts.a \ + lib/xmms/Output/libarts.la \ + lib/xmms/Output/libarts.so \ bin/xmms-arts-helper .include <bsd.port.mk> |