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-volnorm | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'audio/xmms-volnorm')
-rw-r--r-- | audio/xmms-volnorm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile index 8b111ff4ef92..8647f29bbff4 100644 --- a/audio/xmms-volnorm/Makefile +++ b/audio/xmms-volnorm/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Volume Normalizer plugin for XMMS +LICENSE= GPLv2 + LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 @@ -22,7 +24,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 PLIST_FILES= lib/xmms/Effect/libnormvol.so post-patch: |