svn commit: r408398 - head/audio/mp-player

John Marino marino at FreeBSD.org
Sun Feb 7 13:03:29 UTC 2016


Author: marino
Date: Sun Feb  7 13:03:27 2016
New Revision: 408398
URL: https://svnweb.freebsd.org/changeset/ports/408398

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

Modified:
  head/audio/mp-player/Makefile

Modified: head/audio/mp-player/Makefile
==============================================================================
--- head/audio/mp-player/Makefile	Sun Feb  7 13:02:17 2016	(r408397)
+++ head/audio/mp-player/Makefile	Sun Feb  7 13:03:27 2016	(r408398)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libmikmod.so:${PORTSDIR}/audio/libmikmod
 
+USES=		ncurses
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lmikmod -lpthread -lncurses -lpanel
 DEFINES=	-D_REENTRANT


More information about the svn-ports-all mailing list