summaryrefslogtreecommitdiff
path: root/net/net-snmp
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-10-12 00:14:45 +0000
committergdt <gdt@pkgsrc.org>2014-10-12 00:14:45 +0000
commit1435df45f024659b51adb538cd0275c26336688b (patch)
treeff83110e63a3c82fea7bbbd1380ecf1245b0c736 /net/net-snmp
parentb8c1cebea69775a08435df6a55985678e6263f3a (diff)
downloadpkgsrc-1435df45f024659b51adb538cd0275c26336688b.tar.gz
Default ssl option to on.
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/Makefile4
-rw-r--r--net/net-snmp/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 20e297eaf50..d659cb29562 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2014/08/25 14:31:47 adam Exp $
+# $NetBSD: Makefile,v 1.108 2014/10/12 00:14:45 gdt Exp $
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MAINTAINER= adam@NetBSD.org
diff --git a/net/net-snmp/options.mk b/net/net-snmp/options.mk
index cddeda921fa..6f8b8ac6f3f 100644
--- a/net/net-snmp/options.mk
+++ b/net/net-snmp/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.15 2013/03/12 03:00:38 garbled Exp $
+# $NetBSD: options.mk,v 1.16 2014/10/12 00:14:45 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.net-snmp
PKG_SUPPORTED_OPTIONS= ssl snmp-unprived snmp-nokmem perl
-PKG_SUGGESTED_OPTIONS= perl
+PKG_SUGGESTED_OPTIONS= ssl perl
.include "../../mk/bsd.prefs.mk"