diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-05-13 14:57:51 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-05-13 14:58:43 +0200 |
commit | da684d33c01ec457bdd6853fa7250da351a4adb4 (patch) | |
tree | 0136dfb06153be278fdacd6b21ce3fc3792ee98a | |
parent | benchmarks/hipercontracer: Update 2.0.14 => 2.0.15 (diff) |
security/quantis-kmod: remove dependency on infozip
Recent bsdtar can handle the content of this zip just fine.
This reduce the number of dependency for cross building and make this
module become part of the kmod repository
Diffstat (limited to '')
-rw-r--r-- | security/quantis-kmod/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile index dfe765e1d376..15b2f7cc4ca1 100644 --- a/security/quantis-kmod/Makefile +++ b/security/quantis-kmod/Makefile @@ -13,9 +13,7 @@ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt -USES= kmod uidfix zip:infozip - -EXTRACT_BEFORE_ARGS= -aqo +USES= kmod uidfix zip WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci |