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/bmp-fc/Makefile | |
parent | Update to 0.7 release. (diff) |
Pacify portlint
Feature safe: yes
Diffstat (limited to '')
-rw-r--r-- | audio/bmp-fc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile index 2b1a7e5f9a46..e1a2f77b46e9 100644 --- a/audio/bmp-fc/Makefile +++ b/audio/bmp-fc/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A Future Composer input plug-in for beep-media-player +LICENSE= GPLv2 + LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player USE_BZIP2= yes @@ -21,7 +23,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 PLIST_FILES= lib/bmp/Input/libfc.so lib/bmp/Input/libfc.la post-patch: |