svn commit: r408921 - head/textproc/aspell

John Marino marino at FreeBSD.org
Mon Feb 15 10:43:31 UTC 2016


Author: marino
Date: Mon Feb 15 10:43:29 2016
New Revision: 408921
URL: https://svnweb.freebsd.org/changeset/ports/408921

Log:
  textproc/aspell: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/textproc/aspell/Makefile

Modified: head/textproc/aspell/Makefile
==============================================================================
--- head/textproc/aspell/Makefile	Mon Feb 15 07:21:54 2016	(r408920)
+++ head/textproc/aspell/Makefile	Mon Feb 15 10:43:29 2016	(r408921)
@@ -21,7 +21,7 @@ CONFIGURE_ARGS=	--enable-dict-dir=${DATA
 		--enable-curses=ncursesw \
 		--enable-static
 
-USES=		cpe gmake iconv libtool perl5 shebangfix
+USES=		cpe gmake iconv libtool ncurses perl5 shebangfix
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	scripts/aspell-import
 CPE_VENDOR=	gnu


More information about the svn-ports-all mailing list