diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-04-24 20:14:31 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-04-24 20:14:31 +0800 |
commit | 1b15db002d45e2243e262ba944242e6c385788d3 (patch) | |
tree | 2bc5c0a72bd44d17663053e101305b49e6428280 | |
parent | 4541c779c7a007a480dbcb90c2e6882b482a5118 (diff) | |
download | freebsd-ports-gnome-1b15db002d45e2243e262ba944242e6c385788d3.tar.gz freebsd-ports-gnome-1b15db002d45e2243e262ba944242e6c385788d3.tar.zst freebsd-ports-gnome-1b15db002d45e2243e262ba944242e6c385788d3.zip |
- USES=tar:xz
-rw-r--r-- | audio/libaudiofile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index aa8bc2bea178..736dfdd664a0 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -16,9 +16,8 @@ LICENSE= LGPL21 CONFLICTS= osalp-0.7.* -USE_XZ= yes USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig +USES= pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes |