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/opal | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363392
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 3be7055d1d9f..4133d4fc6695 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -14,8 +14,7 @@ LICENSE= MPL LIB_DEPENDS= libpt.so:${PORTSDIR}/devel/ptlib -USE_XZ= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes |