diff options
author | wiz <wiz> | 2006-04-13 21:45:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-13 21:45:12 +0000 |
commit | 7b014939a401c71e3a85fe90b2cc7aa00793a75f (patch) | |
tree | df83175fa75029d606eaa4c0306c97cb82c83b46 /mk/bsd.options.mk | |
parent | 2b6d2b7c1cd9910fb84ec1a329435ef7b5a418a1 (diff) | |
download | pkgsrc-7b014939a401c71e3a85fe90b2cc7aa00793a75f.tar.gz |
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'mk/bsd.options.mk')
-rw-r--r-- | mk/bsd.options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk index 19cfa8b9152..d7404d32ec4 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.options.mk,v 1.50 2005/11/14 04:25:50 rillig Exp $ +# $NetBSD: bsd.options.mk,v 1.51 2006/04/13 21:45:14 wiz Exp $ # # This Makefile fragment provides boilerplate code for standard naming # conventions for handling per-package build options. @@ -128,7 +128,7 @@ # ### SASL authentication # ### # .if !empty(PKG_OPTIONS:Msasl) -# . include "../../security/cyrus-sasl2/buildlink3.mk" +# . include "../../security/cyrus-sasl/buildlink3.mk" # CONFIGURE_ARGS+= --enable-sasl=${BUILDLINK_PREFIX.sasl} # .endif # |