Date: Wed, 17 Feb 2016 21:05:43 +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: r409071 - head/www/lynx Message-ID: <201602172105.u1HL5hof066956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602172105.u1HL5hof066956>