svn commit: r411704 - head/devel/py-ncurses

John Marino marino at FreeBSD.org
Wed Mar 23 12:46:17 UTC 2016


Author: marino
Date: Wed Mar 23 12:46:16 2016
New Revision: 411704
URL: https://svnweb.freebsd.org/changeset/ports/411704

Log:
  devel/py-ncurses: USES+= ncurses

Modified:
  head/devel/py-ncurses/Makefile

Modified: head/devel/py-ncurses/Makefile
==============================================================================
--- head/devel/py-ncurses/Makefile	Wed Mar 23 12:29:57 2016	(r411703)
+++ head/devel/py-ncurses/Makefile	Wed Mar 23 12:46:16 2016	(r411704)
@@ -15,7 +15,7 @@ COMMENT=	Ncurses binding for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		python
+USES=		ncurses python
 USE_PYTHON=	distutils autoplist
 
 post-patch:


More information about the svn-ports-head mailing list