diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-04-29 20:32:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-04-29 20:32:07 +0000 |
commit | a4e7603e9a84615c3a753ce95db18ac6334daba9 (patch) | |
tree | beb85bdb59af2a6e1cc2dc56652044395858625f /converters/ascii2binary | |
parent | 76cde31ca12fb957039657ce14fae0c048522cf1 (diff) | |
download | ports-a4e7603e9a84615c3a753ce95db18ac6334daba9.tar.gz ports-a4e7603e9a84615c3a753ce95db18ac6334daba9.zip |
Pet portlint.
Notes
Notes:
svn path=/head/; revision=352638
Diffstat (limited to 'converters/ascii2binary')
-rw-r--r-- | converters/ascii2binary/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index a3731c01f42d..c0613628b2df 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -9,11 +9,10 @@ MASTER_SITES= http://billposer.org/Software/Downloads/ 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 |