summaryrefslogtreecommitdiff
path: root/security/gnutls/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/options.mk')
-rw-r--r--security/gnutls/options.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/security/gnutls/options.mk b/security/gnutls/options.mk
index e04add40a97..6ee30151632 100644
--- a/security/gnutls/options.mk
+++ b/security/gnutls/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2022/01/03 12:36:53 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2022/02/06 20:54:24 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnutls
-PKG_SUPPORTED_OPTIONS= dane guile lzo
-PKG_SUGGESTED_OPTIONS= lzo
+PKG_SUPPORTED_OPTIONS= dane guile
.include "../../mk/bsd.options.mk"
@@ -21,10 +20,3 @@ PLIST_SRC+= PLIST.guile
.else
CONFIGURE_ARGS+= --disable-guile
.endif
-
-.if !empty(PKG_OPTIONS:Mlzo)
-.include "../../archivers/lzo/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-lzo
-.else
-CONFIGURE_ARGS+= --disable-lzo
-.endif