svn commit: r408396 - head/audio/mikmod

John Marino marino at FreeBSD.org
Sun Feb 7 13:01:30 UTC 2016


Author: marino
Date: Sun Feb  7 13:01:29 2016
New Revision: 408396
URL: https://svnweb.freebsd.org/changeset/ports/408396

Log:
  audio/mikmod: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/audio/mikmod/Makefile

Modified: head/audio/mikmod/Makefile
==============================================================================
--- head/audio/mikmod/Makefile	Sun Feb  7 13:00:20 2016	(r408395)
+++ head/audio/mikmod/Makefile	Sun Feb  7 13:01:29 2016	(r408396)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libmikmod.so:${PORTSDIR}/audio/libmikmod
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/mikmod \


More information about the svn-ports-all mailing list