diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /net/whois | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) |
Notes
Diffstat (limited to 'net/whois')
-rw-r--r-- | net/whois/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index a66d184fabe1..9daf3deb2c3b 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Unfetchable -USES= iconv gmake perl5 -USE_XZ= yes +USES= iconv gmake perl5 tar:xz USE_PERL5= build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ARGS= BASEDIR="${STAGEDIR}" |