Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 13:01:29 +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: r408396 - head/audio/mikmod
Message-ID:  <201602071301.u17D1TGC066264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071301.u17D1TGC066264>