diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:25:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:25:30 +0000 |
commit | 037a3b5bf96e407a2da867ec3e413bcecd2519ab (patch) | |
tree | afcff3c410991c9dc05c76d815c0d7e11f81b352 /devel/libcidr | |
parent | 3e6b9b30e3961eea549df0fdec277cfbb402f3fa (diff) | |
download | ports-037a3b5bf96e407a2da867ec3e413bcecd2519ab.tar.gz ports-037a3b5bf96e407a2da867ec3e413bcecd2519ab.zip |
Notes
Diffstat (limited to 'devel/libcidr')
-rw-r--r-- | devel/libcidr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libcidr/Makefile b/devel/libcidr/Makefile index e9c58a6806a5..2bed16b441bf 100644 --- a/devel/libcidr/Makefile +++ b/devel/libcidr/Makefile @@ -13,7 +13,7 @@ COMMENT= Library to handle manipulating CIDR netblocks LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_XZ= yes +USES= tar:xz USE_LDCONFIG= yes MAKE_ENV+= CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR} |