diff options
author | jmc <jmc> | 2003-03-22 22:09:02 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-03-22 22:09:02 +0000 |
commit | e36eaa6c3cc7bea3d787e55cfaaa8c12fa583765 (patch) | |
tree | 217b4e32d006727afb2abdfa8b11c6ef908c8055 /security | |
parent | b1acf50bdcf37e49f28fd1ead587f5abf5d1614d (diff) | |
download | pkgsrc-e36eaa6c3cc7bea3d787e55cfaaa8c12fa583765.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 |