diff options
author | jmc <jmc> | 2003-03-22 23:02:55 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-03-22 23:02:55 +0000 |
commit | 6fefdd8cb7d35b8458430b57026557f981bb227d (patch) | |
tree | bad3bfa5819a717228c9964cc1b7e024f6899b41 /security | |
parent | e36eaa6c3cc7bea3d787e55cfaaa8c12fa583765 (diff) | |
download | pkgsrc-6fefdd8cb7d35b8458430b57026557f981bb227d.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 |