svn commit: r357250 - head/irc/epic5

Bryan Drewery bdrewery at FreeBSD.org
Tue Jun 10 03:25:41 UTC 2014


Author: bdrewery
Date: Tue Jun 10 03:25:40 2014
New Revision: 357250
URL: http://svnweb.freebsd.org/changeset/ports/357250
QAT: https://qat.redports.org/buildarchive/r357250/

Log:
  Convert to USES=tar

Modified:
  head/irc/epic5/Makefile

Modified: head/irc/epic5/Makefile
==============================================================================
--- head/irc/epic5/Makefile	Tue Jun 10 03:24:09 2014	(r357249)
+++ head/irc/epic5/Makefile	Tue Jun 10 03:25:40 2014	(r357250)
@@ -16,7 +16,6 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
-USE_BZIP2=	yes
 CFLAGS:=	${CFLAGS:C/-O2/-g -O/g}
 
 OPTIONS_DEFINE=	IPV6 TCL PERL TERMCAP DOCS RUBY
@@ -24,7 +23,7 @@ OPTIONS_DEFAULT=	TCL PERL RUBY
 TERMCAP_DESC=	Refuse to use terminfo/ncurses
 
 CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
-USES=		iconv
+USES=		iconv tar:bzip2
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list