svn commit: r408334 - head/comms/predict

John Marino marino at FreeBSD.org
Sat Feb 6 23:54:22 UTC 2016


Author: marino
Date: Sat Feb  6 23:54:21 2016
New Revision: 408334
URL: https://svnweb.freebsd.org/changeset/ports/408334

Log:
  comms/predict: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/comms/predict/Makefile

Modified: head/comms/predict/Makefile
==============================================================================
--- head/comms/predict/Makefile	Sat Feb  6 23:49:10 2016	(r408333)
+++ head/comms/predict/Makefile	Sat Feb  6 23:54:21 2016	(r408334)
@@ -12,8 +12,8 @@ COMMENT=	Satellite tracking program for 
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 INSTALL_TARGET=	install install.man
-
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 
 post-patch:


More information about the svn-ports-all mailing list