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/mp-player | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Pacify portlint
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=288109
Diffstat (limited to 'audio/mp-player')
-rw-r--r-- | audio/mp-player/Makefile | 3 |
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: |