aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-02-07 21:03:27 +0800
committermarino <marino@FreeBSD.org>2016-02-07 21:03:27 +0800
commit3f15e61b9854f119506cc2b81a8d2133da396f82 (patch)
tree5abae7c3422cf68944bf9bfdb25f8c0b4ea89e15 /audio
parent6bdf672a112dacdc75ee589213505226dc809fa2 (diff)
downloadfreebsd-ports-graphics-3f15e61b9854f119506cc2b81a8d2133da396f82.tar.gz
freebsd-ports-graphics-3f15e61b9854f119506cc2b81a8d2133da396f82.tar.zst
freebsd-ports-graphics-3f15e61b9854f119506cc2b81a8d2133da396f82.zip
audio/mp-player: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'audio')
-rw-r--r--audio/mp-player/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mp-player/Makefile b/audio/mp-player/Makefile
index e595b7acc08..8d328013fe5 100644
--- a/audio/mp-player/Makefile
+++ b/audio/mp-player/Makefile
@@ -14,6 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod
+USES= ncurses
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lmikmod -lpthread -lncurses -lpanel
DEFINES= -D_REENTRANT