diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-28 23:12:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-28 23:26:36 +0000 |
commit | 3c5bf9e44c5c15e236f2aa2a9bcbbc1f5e021e0f (patch) | |
tree | 67c5d1e64b1e5bb614be6e605d95303404d1bd9f | |
parent | 98deea4a7f940a0b1ec309186f935357d3fee815 (diff) | |
download | ports-3c5bf9e44c5c15e236f2aa2a9bcbbc1f5e021e0f.tar.gz ports-3c5bf9e44c5c15e236f2aa2a9bcbbc1f5e021e0f.zip |
archivers/zstd: Cosmetic change
-rw-r--r-- | archivers/zstd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index 284fa7ccfcc1..511b3f76d725 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -21,10 +21,10 @@ MESON_ARGS= -Ddefault_library=both USE_LDCONFIG= yes WRKSRC_SUBDIR= build/meson -SHEBANG_FILES= *.py - PLIST_SUB= PORTVERSION=${PORTVERSION} +SHEBANG_FILES= *.py + OPTIONS_DEFINE= LZ4 OPTIMIZED_CFLAGS TEST OPTIONS_DEFAULT=LZ4 |