Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 14:39:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396381 - head/irc/epic5
Message-ID:  <201509081439.t88EdTPG028787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  8 14:39:29 2015
New Revision: 396381
URL: https://svnweb.freebsd.org/changeset/ports/396381

Log:
  - Switch to USES=libarchive as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/irc/epic5/Makefile

Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile	Tue Sep  8 14:35:06 2015	(r396380)
+++ head/irc/epic5/Makefile	Tue Sep  8 14:39:29 2015	(r396381)
@@ -21,7 +21,7 @@ OPTIONS_DEFINE=	DOCS PERL RUBY TCL TERMC
 TERMCAP_DESC=	Refuse to use terminfo/ncurses
 
 CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
-USES=		iconv tar:bzip2
+USES=		iconv libarchive tar:bzip2
 
 PERL_USES=	perl5
 PERL_CONFIGURE_WITH=	perl



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