svn commit: r407569 - head/audio/xmcd

John Marino marino at FreeBSD.org
Sun Jan 31 01:23:42 UTC 2016


Author: marino
Date: Sun Jan 31 01:23:40 2016
New Revision: 407569
URL: https://svnweb.freebsd.org/changeset/ports/407569

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

Modified:
  head/audio/xmcd/Makefile

Modified: head/audio/xmcd/Makefile
==============================================================================
--- head/audio/xmcd/Makefile	Sun Jan 31 01:10:50 2016	(r407568)
+++ head/audio/xmcd/Makefile	Sun Jan 31 01:23:40 2016	(r407569)
@@ -14,7 +14,7 @@ LIB_DEPENDS+=	libvorbis.so:${PORTSDIR}/a
 		libFLAC.so:${PORTSDIR}/audio/flac
 RUN_DEPENDS+=	lame:${PORTSDIR}/audio/lame
 
-USES=		imake motif
+USES=		imake motif ncurses
 USE_XORG=	x11 xext xaw xmu xp xpm xt sm ice
 PLIST_SUB+=	RELEASE=${OSREL:R:R} ARCH=${ARCH} OPSYS=${OPSYS}
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list