diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 22:15:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 22:15:02 +0800 |
commit | 5b33871215a706db0d9279362c593fd1c4e77229 (patch) | |
tree | 4c54bc07c3d92768a1d78b7007404dc5d3a31b92 /audio | |
parent | c7fe97115060dd67062f3896ab75fa749b9ac882 (diff) | |
download | freebsd-ports-gnome-5b33871215a706db0d9279362c593fd1c4e77229.tar.gz freebsd-ports-gnome-5b33871215a706db0d9279362c593fd1c4e77229.tar.zst freebsd-ports-gnome-5b33871215a706db0d9279362c593fd1c4e77229.zip |
audio/cdplay: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also make cdplay link with libncurses, not libtermcap
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cdplay/Makefile | 2 |
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}" |