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/audacious-dumb | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r-- | audio/audacious-dumb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 98b8b5e9fcf8..7b7ca9e73cb7 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.netswarm.net/misc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats +LICENSE= GPLv2 + RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb @@ -23,6 +25,4 @@ USE_GMAKE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - .include <bsd.port.mk> |