summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
committerwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
commit2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /databases/p5-perl-ldap/Makefile
parent6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff)
downloadpkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'databases/p5-perl-ldap/Makefile')
-rw-r--r--databases/p5-perl-ldap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
index 5e146446d2a..b11b6ecd96e 100644
--- a/databases/p5-perl-ldap/Makefile
+++ b/databases/p5-perl-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2011/08/06 20:43:44 adam Exp $
+# $NetBSD: Makefile,v 1.42 2012/06/12 15:45:56 wiz Exp $
DISTNAME= perl-ldap-0.4001
PKGNAME= p5-${DISTNAME:S/4001/40.01/}
@@ -24,8 +24,10 @@ DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
MAKE_PARAMS+= --skip # skip CPAN auto installation of modules
-PKG_SUPPORTED_OPTIONS= sasl inet6
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-perl-ldap
+PKG_SUPPORTED_OPTIONS= sasl inet6
+PKG_SUGGESTED_OPTIONS= inet6
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msasl)