aboutsummaryrefslogtreecommitdiff
path: root/archivers/zstd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-26 20:46:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-26 20:46:28 +0000
commit2b82906c20184250b3009af910373416ae1ed2e5 (patch)
tree674ad6473cee8f46c4b13c5aaecdd85ca518681b /archivers/zstd
parent4d8732edd9fdd0bb79a264fa423b4c614658ccb7 (diff)
downloadports-2b82906c20184250b3009af910373416ae1ed2e5.tar.gz
ports-2b82906c20184250b3009af910373416ae1ed2e5.zip
Fix LZ4 option
- Bump PORTREVISION for package change Duplicate USES=localbase blocks lz4 detection. Before this commit, it fails to detect liblz4 as follows: ==> no liblz4, building zstd without .lz4 support
Notes
Notes: svn path=/head/; revision=527189
Diffstat (limited to 'archivers/zstd')
-rw-r--r--archivers/zstd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 491fb08850bf..d464507e3d47 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -4,6 +4,7 @@
PORTNAME= zstd
PORTVERSION= 1.4.4
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org
@@ -17,7 +18,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
OPTIONS_DEFINE= LZ4
OPTIONS_DEFAULT=LZ4
-USES= gmake localbase
+USES= gmake
ALL_TARGET= default
TEST_TARGET= test