diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /audio/xmms-nsf | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r-- | audio/xmms-nsf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index a67ab41c0413..c38d4b8db73b 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://optronic.sourceforge.net/files/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= XMMS input-plugin for playing Nintendo(TM) NSF audio files +LICENSE= GPLv2 + BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms @@ -28,7 +30,6 @@ ONLY_FOR_ARCHS= i386 amd64 CFLAGS+= -fPIC -LICENSE= GPLv2 PLIST_FILES= lib/xmms/Input/libnsf.a \ lib/xmms/Input/libnsf.la \ lib/xmms/Input/libnsf.so |