svn commit: r420725 - head/devel/motor

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


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}
 


More information about the svn-ports-all mailing list