aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-openspc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /audio/xmms-openspc
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Notes
Diffstat (limited to 'audio/xmms-openspc')
-rw-r--r--audio/xmms-openspc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile
index 9a0386d5f5a0..b6831073d74a 100644
--- a/audio/xmms-openspc/Makefile
+++ b/audio/xmms-openspc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openspc
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://critical.ch/distfiles/ \
http://staff.xmms.org/zinx/misc/tmp/
@@ -20,10 +21,11 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-PLIST_FILES= lib/xmms/Input/openspc.so
+PLIST_FILES= lib/xmms/Input/openspc.la \
+ lib/xmms/Input/openspc.so
ONLY_FOR_ARCHS= i386 # contains x86 assembler code
USE_X_PREFIX= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
.include <bsd.port.mk>