aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp-player
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-12-27 23:14:23 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-12-27 23:14:23 +0800
commit42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch)
tree0d7fe4a1fb714200d130b691a0ee61735dea481f /audio/mp-player
parent1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff)
downloadfreebsd-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/mp-player')
-rw-r--r--audio/mp-player/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp-player/Makefile b/audio/mp-player/Makefile
index 870387b758ed..3d8d886cfbc6 100644
--- a/audio/mp-player/Makefile
+++ b/audio/mp-player/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A curses based module tracker using libmikmod
+LICENSE= GPLv2
+
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
MAKE_JOBS_SAFE= yes
@@ -21,7 +23,6 @@ CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lmikmod ${PTHREAD_LIBS} -lncurses -lpanel
DEFINES= -D_REENTRANT
-LICENSE= GPLv2
PLIST_FILES= bin/mp-player
do-build: