summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmc <jmc>2003-03-22 22:09:02 +0000
committerjmc <jmc>2003-03-22 22:09:02 +0000
commit0ede73df830b317dc757ac9ba140862d58ca343e (patch)
tree217b4e32d006727afb2abdfa8b11c6ef908c8055 /security
parent556b30434e507bc269c7f4f06bb8ec2890c6e90b (diff)
downloadpkgsrc-0ede73df830b317dc757ac9ba140862d58ca343e.tar.gz
Correct DEPENDS line to proper format
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile.common4
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