svn commit: r420727 - head/audio/herrie

John Marino marino at FreeBSD.org
Tue Aug 23 18:09:23 UTC 2016


Author: marino
Date: Tue Aug 23 18:09:22 2016
New Revision: 420727
URL: https://svnweb.freebsd.org/changeset/ports/420727

Log:
  audio/herrie: document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/audio/herrie/Makefile

Modified: head/audio/herrie/Makefile
==============================================================================
--- head/audio/herrie/Makefile	Tue Aug 23 18:05:52 2016	(r420726)
+++ head/audio/herrie/Makefile	Tue Aug 23 18:09:22 2016	(r420727)
@@ -15,7 +15,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=verbose
 CONFIGURE_ENV+=	PREFIX=${PREFIX}
 
-USES=		pkgconfig tar:bzip2
+USES=		pkgconfig ncurses tar:bzip2
 USE_GNOME=	glib20
 
 OPTIONS_DEFINE=	MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS


More information about the svn-ports-all mailing list