Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 01:23:41 +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: r407569 - head/audio/xmcd
Message-ID:  <201601310123.u0V1NfSB048003@repo.freebsd.org>

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



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