aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-16 08:37:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-16 08:37:36 +0000
commitd2ac305a583d60a67d4af5be3788beb3a6480ac1 (patch)
tree0169adf42c2e3d5fc5439669dd0b48617fafc43b
parent368f01f0436bc2ae4e9865882361e14c89374636 (diff)
downloadports-d2ac305a583d60a67d4af5be3788beb3a6480ac1.tar.gz
ports-d2ac305a583d60a67d4af5be3788beb3a6480ac1.zip
s/DEPENS/DEPENDS
Notes
Notes: svn path=/head/; revision=296745
-rw-r--r--mail/p5-POE-Component-SMTP/Makefile2
-rw-r--r--net/p5-Net-LDAP-Express/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-POE-Component-SMTP/Makefile b/mail/p5-POE-Component-SMTP/Makefile
index f2cf7891e66f..6a1e1f36d663 100644
--- a/mail/p5-POE-Component-SMTP/Makefile
+++ b/mail/p5-POE-Component-SMTP/Makefile
@@ -18,7 +18,7 @@ COMMENT= SMTP Protocol Implementation
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Session-MultiDispatch>=0:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
-RUN_DEPENS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/net/p5-Net-LDAP-Express/Makefile b/net/p5-Net-LDAP-Express/Makefile
index ce4276ab96cf..012499bc3e82 100644
--- a/net/p5-Net-LDAP-Express/Makefile
+++ b/net/p5-Net-LDAP-Express/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= vvelox@vvelox.net
COMMENT= A module to simplify connecting up to a LDAP server
BUILD_DEPENDS= p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap
-RUN_DEPENS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes