Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 20:32:08 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352638 - head/converters/ascii2binary
Message-ID:  <201404292032.s3TKW8w9025014@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Apr 29 20:32:07 2014
New Revision: 352638
URL: http://svnweb.freebsd.org/changeset/ports/352638
QAT: https://qat.redports.org/buildarchive/r352638/

Log:
  Pet portlint.

Modified:
  head/converters/ascii2binary/Makefile

Modified: head/converters/ascii2binary/Makefile
==============================================================================
--- head/converters/ascii2binary/Makefile	Tue Apr 29 19:01:37 2014	(r352637)
+++ head/converters/ascii2binary/Makefile	Tue Apr 29 20:32:07 2014	(r352638)
@@ -9,11 +9,10 @@ MASTER_SITES=	http://billposer.org/Softw
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Convert between textual representations of numbers and binary
 
-USE_BZIP2=	yes
-USES=		gettext
-
 LICENSE=	GPLv3
 
+USES=		gettext tar:bzip2
+
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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