diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-09-28 09:28:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-09-28 09:28:41 +0000 |
commit | a0bb7e88d83704d7069b7dff6c40cc5164415092 (patch) | |
tree | 4067c1492d6a78da22934e0d2fa7bf64321edbe6 /net | |
parent | 75b676e3aca0bdb0c15ca247a527f064a90f9e4c (diff) | |
download | ports-a0bb7e88d83704d7069b7dff6c40cc5164415092.tar.gz ports-a0bb7e88d83704d7069b7dff6c40cc5164415092.zip |
Fix double BUILD_DEPENDS macro
PR: ports/161093
Submitted by: Anes Muhametov <anes@anes.su>
Notes
Notes:
svn path=/head/; revision=282561
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 86159ab047eb..6817145821cb 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer -BUILD_DEPENDS:= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ +RUN_DEPENDS= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \ p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \ p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ |