diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-30 19:32:09 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-30 19:32:09 +0800 |
commit | bfa7b6ce3fdb0593a0363dd968688ed265036bd8 (patch) | |
tree | a9f878a8463de4c009444ea1bf38834ba33b362d /archivers | |
parent | a7fb56684cfb4762ba9cc3f680f1ccd131939cd3 (diff) | |
download | freebsd-ports-gnome-bfa7b6ce3fdb0593a0363dd968688ed265036bd8.tar.gz freebsd-ports-gnome-bfa7b6ce3fdb0593a0363dd968688ed265036bd8.tar.zst freebsd-ports-gnome-bfa7b6ce3fdb0593a0363dd968688ed265036bd8.zip |
Fix build with archivers/lzmalib installed
PR: 239432
Reported by: <doctor@doctor.nl2k.ab.ca>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zstd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 996345d47054..7e70c3c7ba81 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING OPTIONS_DEFINE= LZ4 OPTIONS_DEFAULT=LZ4 -USES= gmake +USES= gmake localbase ALL_TARGET= default TEST_TARGET= test |