Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2014 19:31:03 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354085 - head/devel/sysconftool
Message-ID:  <201405141931.s4EJV38G012320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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