summaryrefslogtreecommitdiff
path: root/audio/cdplay
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 14:15:02 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 14:15:02 +0000
commitfdc78b1d07fd163bedd73b264505465e93a99a7b (patch)
tree4c54bc07c3d92768a1d78b7007404dc5d3a31b92 /audio/cdplay
parentaudio/rexima: document ncurses rqmt (USES+=ncurses), respect LDFLAGS (diff)
audio/cdplay: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also make cdplay link with libncurses, not libtermcap
Notes
Notes: svn path=/head/; revision=407641
Diffstat (limited to 'audio/cdplay')
-rw-r--r--audio/cdplay/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile
index 4f7aa634cdbc..0129a5099dba 100644
--- a/audio/cdplay/Makefile
+++ b/audio/cdplay/Makefile
@@ -10,7 +10,9 @@ MASTER_SITES= LOCAL/dannyboy
MAINTAINER= ports@FreeBSD.org
COMMENT= CD-player with text-based user interface
+USES= ncurses
MAKE_ARGS= CFLAGS="${CFLAGS} -c -ansi" \
+ LFLAGS="${LDFLAGS} -lncurses" \
BINPATH="${PREFIX}/bin/" \
MANPATH="${MANPREFIX}/man/man1/" \
CC="${CC}"