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 /textproc/rnv | |
parent | 3e6b9b30e3961eea549df0fdec277cfbb402f3fa (diff) | |
download | ports-037a3b5bf96e407a2da867ec3e413bcecd2519ab.tar.gz ports-037a3b5bf96e407a2da867ec3e413bcecd2519ab.zip |
Notes
Diffstat (limited to 'textproc/rnv')
-rw-r--r-- | textproc/rnv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile index 1f6222e18e0b..b5fc0694c974 100644 --- a/textproc/rnv/Makefile +++ b/textproc/rnv/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USE_XZ= yes +USES= tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-expat="${LOCALBASE}" |