Date: Sun, 7 Feb 2016 13:06:59 +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: r408400 - head/audio/mp3c Message-ID: <201602071306.u17D6xk7067442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Feb 7 13:06:59 2016 New Revision: 408400 URL: https://svnweb.freebsd.org/changeset/ports/408400 Log: audio/mp3c: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket Modified: head/audio/mp3c/Makefile Modified: head/audio/mp3c/Makefile ============================================================================== --- head/audio/mp3c/Makefile Sun Feb 7 13:05:12 2016 (r408399) +++ head/audio/mp3c/Makefile Sun Feb 7 13:06:59 2016 (r408400) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info \ cdrecord:${PORTSDIR}/sysutils/cdrtools +USES= ncurses HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071306.u17D6xk7067442>