diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-22 23:02:55 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-22 23:02:55 +0000 |
commit | ada44c37a8175fd1422c028cf907768236ffba6c (patch) | |
tree | bad3bfa5819a717228c9964cc1b7e024f6899b41 /security | |
parent | bb93d6e717e826bcdbf1daac1716df7d727224c5 (diff) | |
download | pkgsrc-ada44c37a8175fd1422c028cf907768236ffba6c.tar.gz |
Correct DEPENDS line to proper format
Diffstat (limited to 'security')
-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 |