svn commit: r407570 - head/audio/aumix

John Marino marino at FreeBSD.org
Sun Jan 31 01:55:39 UTC 2016


Author: marino
Date: Sun Jan 31 01:55:38 2016
New Revision: 407570
URL: https://svnweb.freebsd.org/changeset/ports/407570

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

Modified:
  head/audio/aumix/Makefile

Modified: head/audio/aumix/Makefile
==============================================================================
--- head/audio/aumix/Makefile	Sun Jan 31 01:23:40 2016	(r407569)
+++ head/audio/aumix/Makefile	Sun Jan 31 01:55:38 2016	(r407570)
@@ -14,7 +14,7 @@ COMMENT=	Audio mixer for X11, terminal, 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2
+USES=		ncurses tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir="${LOCALBASE}/include" \
 		--enable-own-labels \


More information about the svn-ports-head mailing list