svn commit: r409071 - head/www/lynx

John Marino marino at FreeBSD.org
Wed Feb 17 21:05:44 UTC 2016


Author: marino
Date: Wed Feb 17 21:05:42 2016
New Revision: 409071
URL: https://svnweb.freebsd.org/changeset/ports/409071

Log:
  www/lynx: USES-= gettext
  
  I'm not sure why I committed this second USES+=gettext with the last
  commit.  It's not correct so I'm backing it out.
  
  Reported by:	girgen@

Modified:
  head/www/lynx/Makefile

Modified: head/www/lynx/Makefile
==============================================================================
--- head/www/lynx/Makefile	Wed Feb 17 20:36:46 2016	(r409070)
+++ head/www/lynx/Makefile	Wed Feb 17 21:05:42 2016	(r409071)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 
 CONFLICTS=	lynx-2.8.[8-9]d*
 
-USES=		cpe gettext ncurses shebangfix tar:bzip2
+USES=		cpe ncurses shebangfix tar:bzip2
 SHEBANG_FILES=	samples/mailto-form.pl
 USE_OPENSSL=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}2-8-8


More information about the svn-ports-all mailing list