svn commit: r408392 - head/audio/funktrackergold

John Marino marino at FreeBSD.org
Sun Feb 7 12:56:57 UTC 2016


Author: marino
Date: Sun Feb  7 12:56:55 2016
New Revision: 408392
URL: https://svnweb.freebsd.org/changeset/ports/408392

Log:
  audio/funktrackergold: USES+= ncurses

Modified:
  head/audio/funktrackergold/Makefile

Modified: head/audio/funktrackergold/Makefile
==============================================================================
--- head/audio/funktrackergold/Makefile	Sun Feb  7 12:55:08 2016	(r408391)
+++ head/audio/funktrackergold/Makefile	Sun Feb  7 12:56:55 2016	(r408392)
@@ -14,7 +14,7 @@ OPTIONS_DEFINE=	DOCS
 
 LICENSE=	GPLv2
 
-USES=		compiler:nestedfct tar:tgz
+USES=		compiler:nestedfct ncurses tar:tgz
 
 WRKSRC=		${WRKDIR}/funkgold
 MAKE_ARGS=	EXTRA_LDFLAGS="-lpthread"


More information about the svn-ports-all mailing list