diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-22 22:09:02 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-22 22:09:02 +0000 |
commit | bb93d6e717e826bcdbf1daac1716df7d727224c5 (patch) | |
tree | 217b4e32d006727afb2abdfa8b11c6ef908c8055 /security | |
parent | 851f4d0dacf35356e53e0fc4691c5fd4f1ab1595 (diff) | |
download | pkgsrc-bb93d6e717e826bcdbf1daac1716df7d727224c5.tar.gz |
Correct DEPENDS line to proper format
Diffstat (limited to 'security')
-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 8e8afc9de34..0143742b47c 100644 --- a/security/cyrus-sasl/Makefile.common +++ b/security/cyrus-sasl/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2003/03/19 21:07:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/03/22 22:09:02 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-sasl/files PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches .if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS]) -DEPENDS+= cyrus-sasl>=1.5.27 +DEPENDS+= cyrus-sasl>=1.5.27:../../security/cyrus-sasl .endif USE_BUILDLINK2= YES |