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-nsf | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r-- | audio/xmms-nsf/Makefile | 7 |
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>|' \ |