diff options
author | marino <marino@FreeBSD.org> | 2016-02-07 21:03:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-07 21:03:27 +0800 |
commit | 3f15e61b9854f119506cc2b81a8d2133da396f82 (patch) | |
tree | 5abae7c3422cf68944bf9bfdb25f8c0b4ea89e15 /audio | |
parent | 6bdf672a112dacdc75ee589213505226dc809fa2 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |