diff options
Diffstat (limited to 'security/cyrus-sasl2/Makefile.common')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 05ffc11a03d..9ae059a120d 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/03/19 22:25:05 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/03/22 23:02:55 jmc Exp $ # # This Makefile fragment should be included _below_ and SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. @@ -16,7 +16,7 @@ FILESDIR= ${.CURDIR}/../cyrus-sasl2/files PATCHDIR= ${.CURDIR}/../cyrus-sasl2/patches .if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS]) -DEPENDS+= cyrus-sasl>=2.1.12 +DEPENDS+= cyrus-sasl>=2.1.12:../../security/cyrus-sasl2 .endif USE_BUILDLINK2= YES |