Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 18:01:24 +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: r420725 - head/devel/motor
Message-ID:  <201608231801.u7NI1OEG093314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Aug 23 18:01:24 2016
New Revision: 420725
URL: https://svnweb.freebsd.org/changeset/ports/420725

Log:
  devel/motor: document ncurses requirement
  
  While here, add USES=alias to help dragonfly
  
  Approved by:	ncurses blanket

Modified:
  head/devel/motor/Makefile

Modified: head/devel/motor/Makefile
==============================================================================
--- head/devel/motor/Makefile	Tue Aug 23 17:53:36 2016	(r420724)
+++ head/devel/motor/Makefile	Tue Aug 23 18:01:24 2016	(r420725)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	DOCS NLS
 
-USES=		tar:bzip2 gmake iconv
+USES=		alias tar:bzip2 gmake iconv ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG}
 



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