summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/Makefile.common
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-01-22 10:56:16 +0000
committerobache <obache@pkgsrc.org>2008-01-22 10:56:16 +0000
commitffcb11f5004e3876dd8e75a1363f190180257d35 (patch)
treee49d9b0afd390c0926b2057772922d2601f8d552 /security/cyrus-sasl/Makefile.common
parent8399de58926e75d482bc96ca7279e1bff806c472 (diff)
downloadpkgsrc-ffcb11f5004e3876dd8e75a1363f190180257d35.tar.gz
Fixed pattern to strip nb*.
Diffstat (limited to 'security/cyrus-sasl/Makefile.common')
-rw-r--r--security/cyrus-sasl/Makefile.common4
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