diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /audio/mikmod | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) | |
download | freebsd-ports-gnome-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.gz freebsd-ports-gnome-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.zst freebsd-ports-gnome-48b16bc177d9ad0dac59e3e086204be593eaf476.zip |
Pacify portlint
Feature safe: yes
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 8dab8eedfef1..abea1c1c6df4 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://mikmod.raphnet.net/files/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Mod player which plays MTM, STM, XM, MOD, S3M, ULT, UNI and IT mods +LICENSE= GPLv2 + LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod USE_GMAKE= yes @@ -25,7 +27,6 @@ MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --enable-color-interface .endif -LICENSE= GPLv2 MAN1= mikmod.1 PLIST_FILES= bin/mikmod |