summaryrefslogtreecommitdiff
path: root/audio/xmms-nsf
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-nsf
parentUnbreak: make it fetchable again (diff)
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r--audio/xmms-nsf/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile
index 7f9cd2817552..0eecbe348a93 100644
--- a/audio/xmms-nsf/Makefile
+++ b/audio/xmms-nsf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmms-nsf
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://optronic.sourceforge.net/files/ \
http://critical.ch/distfiles/
@@ -17,14 +18,16 @@ COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-USE_AUTOTOOLS= libtool:13
+GNU_CONFIGURE= yes
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386 amd64
CFLAGS+= -fPIC
-PLIST_FILES= lib/xmms/Input/libnsf.so lib/xmms/Input/libnsf.la
+PLIST_FILES= lib/xmms/Input/libnsf.a \
+ lib/xmms/Input/libnsf.la \
+ lib/xmms/Input/libnsf.so
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \