svn commit: r507546 - head/archivers/unrar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jul 29 01:24:37 UTC 2019


Author: sunpoet
Date: Mon Jul 29 01:24:36 2019
New Revision: 507546
URL: https://svnweb.freebsd.org/changeset/ports/507546

Log:
  Fix build of unrar-iconv
  
  Reported by:	Tatsuki Makino <tatsuki_makino at hotmail.com>

Modified:
  head/archivers/unrar/Makefile

Modified: head/archivers/unrar/Makefile
==============================================================================
--- head/archivers/unrar/Makefile	Mon Jul 29 00:49:32 2019	(r507545)
+++ head/archivers/unrar/Makefile	Mon Jul 29 01:24:36 2019	(r507546)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 LICENSE_NAME=	UnRAR license
 LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
 
-USES=		compiler:c++11-lang
+USES+=		compiler:c++11-lang
 
 OPTIONS_DEFINE=	OPENSSL_AES
 OPTIONS_DEFAULT=OPENSSL_AES


More information about the svn-ports-head mailing list