diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-13 21:45:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-13 21:45:12 +0000 |
commit | 0719006c41c5960c7848b1e488e9656d269e72f7 (patch) | |
tree | df83175fa75029d606eaa4c0306c97cb82c83b46 /security/cy2-otp | |
parent | 66276e181252d79dd4d9affb1ff2c7a6b6eb395d (diff) | |
download | pkgsrc-0719006c41c5960c7848b1e488e9656d269e72f7.tar.gz |
Update path from cyrus-sasl2 to cyrus-sasl.
Diffstat (limited to 'security/cy2-otp')
-rw-r--r-- | security/cy2-otp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy2-otp/Makefile b/security/cy2-otp/Makefile index 273af0f15fe..f83a958479c 100644 --- a/security/cy2-otp/Makefile +++ b/security/cy2-otp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:42 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/13 21:45:14 wiz Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/} PKGREVISION= 1 @@ -7,7 +7,7 @@ SASL_PLUGIN= yes CONFLICTS= cyrus-sasl<=2.1.19nb1 -.include "../../security/cyrus-sasl2/Makefile.common" +.include "../../security/cyrus-sasl/Makefile.common" CONFIGURE_ARGS+= --enable-otp CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} |