svn commit: r408399 - head/audio/mp3blaster

John Marino marino at FreeBSD.org
Sun Feb 7 13:05:14 UTC 2016


Author: marino
Date: Sun Feb  7 13:05:12 2016
New Revision: 408399
URL: https://svnweb.freebsd.org/changeset/ports/408399

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

Modified:
  head/audio/mp3blaster/Makefile

Modified: head/audio/mp3blaster/Makefile
==============================================================================
--- head/audio/mp3blaster/Makefile	Sun Feb  7 13:03:27 2016	(r408398)
+++ head/audio/mp3blaster/Makefile	Sun Feb  7 13:05:12 2016	(r408399)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	novel at FreeBSD.org
 COMMENT=	MP3 console ncurses-based player
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 WANT_GNOME=	yes
 CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS}"


More information about the svn-ports-all mailing list