svn commit: r354085 - head/devel/sysconftool

Renato Botelho garga at FreeBSD.org
Wed May 14 19:31:03 UTC 2014


Author: garga
Date: Wed May 14 19:31:02 2014
New Revision: 354085
URL: http://svnweb.freebsd.org/changeset/ports/354085
QAT: https://qat.redports.org/buildarchive/r354085/

Log:
  Move USE_BZIP2 to USES=tar:bzip2

Modified:
  head/devel/sysconftool/Makefile

Modified: head/devel/sysconftool/Makefile
==============================================================================
--- head/devel/sysconftool/Makefile	Wed May 14 19:28:41 2014	(r354084)
+++ head/devel/sysconftool/Makefile	Wed May 14 19:31:02 2014	(r354085)
@@ -11,8 +11,7 @@ COMMENT=	Helps to install application co
 
 LICENSE=	GPLv3
 
-USES=		perl5
-USE_BZIP2=	yes
+USES=		perl5 tar:bzip2
 HAS_CONFIGURE=	yes
 
 USE_AUTOTOOLS=	automake aclocal autoconf


More information about the svn-ports-all mailing list