diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /audio/festalon | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 541bc2c0bfe6..8a96530a3c9f 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -16,6 +16,8 @@ PKGNAMEPREFIX?= MAINTAINER= ehaupt@FreeBSD.org COMMENT?= A command line player for .nsf and .hes audio files +LICENSE= GPLv2 + LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate USE_AUTOTOOLS= libtool @@ -33,7 +35,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_SDL= yes -LICENSE= GPLv2 PLIST_FILES= bin/festalon PORTDOCS= README |