diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-07 12:52:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-07 12:52:19 +0000 |
commit | 4dc180644749f46285ed902ea5a224ff97c02aeb (patch) | |
tree | 65e5d2775ba06a19b7217017021aaa794cf7c8ed /audio/cd-console/Makefile | |
parent | - Add LICENSE; commercial distribution is not allowed (diff) |
audio/cd-control: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
Diffstat (limited to 'audio/cd-console/Makefile')
-rw-r--r-- | audio/cd-console/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cd-console/Makefile b/audio/cd-console/Makefile index 679f10689f43..f20a9fcd0257 100644 --- a/audio/cd-console/Makefile +++ b/audio/cd-console/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= http://www.oskusoft.com/osku/cd-console/ MAINTAINER= jdunn@aquezada.com COMMENT= Curses-based console CD player -MAKE_ARGS= BINPATH=${STAGEDIR}${PREFIX}/bin +USES= ncurses +MAKE_ARGS= BINPATH=${STAGEDIR}${PREFIX}/bin LIBS="${LDFLAGS} -lncurses" PLIST_FILES= bin/cd-console |