svn commit: r407905 - head/misc/deco

John Marino marino at FreeBSD.org
Tue Feb 2 23:14:09 UTC 2016


Author: marino
Date: Tue Feb  2 23:14:07 2016
New Revision: 407905
URL: https://svnweb.freebsd.org/changeset/ports/407905

Log:
  misc/deco: document ncurses requirement (USES+=ncurses)

Modified:
  head/misc/deco/Makefile

Modified: head/misc/deco/Makefile
==============================================================================
--- head/misc/deco/Makefile	Tue Feb  2 23:13:07 2016	(r407904)
+++ head/misc/deco/Makefile	Tue Feb  2 23:14:07 2016	(r407905)
@@ -12,9 +12,8 @@ DISTNAME=	deco39
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Demos Commander, a free Norton Commander clone
 
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/share
-CONFIGURE_ENV=	ac_cv_lib_ncurses_tgetent=no
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list