Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2016 10:43:30 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408921 - head/textproc/aspell
Message-ID:  <201602151043.u1FAhUhN031630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602151043.u1FAhUhN031630>