svn commit: r352638 - head/converters/ascii2binary

Thierry Thomas thierry at FreeBSD.org
Tue Apr 29 20:32:08 UTC 2014


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 at 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


More information about the svn-ports-head mailing list