svn commit: r515069 - head/www/elinks

Tobias Kortkamp tobik at FreeBSD.org
Sun Oct 20 21:14:06 UTC 2019


Author: tobik
Date: Sun Oct 20 21:14:05 2019
New Revision: 515069
URL: https://svnweb.freebsd.org/changeset/ports/515069

Log:
  www/elinks: Spell XBELMARKS_CONFIGURE_OFF correctly
  
  Broken in r404555 during conversion to options helpers.

Modified:
  head/www/elinks/Makefile

Modified: head/www/elinks/Makefile
==============================================================================
--- head/www/elinks/Makefile	Sun Oct 20 21:12:40 2019	(r515068)
+++ head/www/elinks/Makefile	Sun Oct 20 21:14:05 2019	(r515069)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elinks
 DISTVERSION=	0.11.7
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/
 
@@ -85,7 +85,7 @@ LOCAL_CGI_CONFIGURE_ENABLE=	cgi
 
 XBELMARKS_LIB_DEPENDS=	libexpat.so:textproc/expat2
 XBELMARKS_CONFIGURE_ON=	--enable-xbel --with-expat
-XBELNARKS_CONFIGURE_OFF=--disable-xbel
+XBELMARKS_CONFIGURE_OFF=--disable-xbel
 
 256COLORS_CONFIGURE_ON=	--enable-256-colors
 


More information about the svn-ports-head mailing list