diff options
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common index 0c0d3bd0fc1..c84fcfef9ea 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/10/17 13:18:52 dsainty Exp $ +# $NetBSD: Makefile.common,v 1.12 2008/01/22 10:56:16 obache Exp $ # # This file is currently included by: # @@ -33,7 +33,7 @@ PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches .if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS]) BUILDLINK_ABI_DEPENDS.cyrus-sasl+= \ - cyrus-sasl>=${PKGVERSION:S/nb*//} + cyrus-sasl>=${PKGVERSION:C/nb[0-9]*$//} . include "../../security/cyrus-sasl/buildlink3.mk" CPPFLAGS+= -I${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl .endif |