svn commit: r408397 - head/audio/moc

John Marino marino at FreeBSD.org
Sun Feb 7 13:02:18 UTC 2016


Author: marino
Date: Sun Feb  7 13:02:17 2016
New Revision: 408397
URL: https://svnweb.freebsd.org/changeset/ports/408397

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

Modified:
  head/audio/moc/Makefile

Modified: head/audio/moc/Makefile
==============================================================================
--- head/audio/moc/Makefile	Sun Feb  7 13:01:29 2016	(r408396)
+++ head/audio/moc/Makefile	Sun Feb  7 13:02:17 2016	(r408397)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl
 
-USES=		gmake libtool pkgconfig tar:bzip2
+USES=		gmake libtool ncurses pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_BDB=	yes


More information about the svn-ports-all mailing list