diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/xmms-arts_output/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
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> |