Date: Sun, 7 Feb 2016 12:52:20 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408390 - head/audio/cd-console Message-ID: <201602071252.u17CqKIC063372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Feb 7 12:52:19 2016 New Revision: 408390 URL: https://svnweb.freebsd.org/changeset/ports/408390 Log: audio/cd-control: document ncurses rqmt (USES+=ncurses), respect LDFLAGS approved by: infrastructure blanket Modified: head/audio/cd-console/Makefile Modified: head/audio/cd-console/Makefile ============================================================================== --- head/audio/cd-console/Makefile Sun Feb 7 12:02:03 2016 (r408389) +++ head/audio/cd-console/Makefile Sun Feb 7 12:52:19 2016 (r408390) @@ -9,7 +9,8 @@ MASTER_SITES= http://www.oskusoft.com/os 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071252.u17CqKIC063372>