diff options
author | az <az@FreeBSD.org> | 2011-09-28 17:28:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-09-28 17:28:41 +0800 |
commit | d454bec67f5da5cbc9b964224b3c2bcfcf4243a9 (patch) | |
tree | 1d3cbaed6203aee2ba9a99e9ff89c9bba0d259a1 /net | |
parent | d239b1c1b17fe4e7ac0a48478358528cf905569d (diff) | |
download | freebsd-ports-gnome-d454bec67f5da5cbc9b964224b3c2bcfcf4243a9.tar.gz freebsd-ports-gnome-d454bec67f5da5cbc9b964224b3c2bcfcf4243a9.tar.zst freebsd-ports-gnome-d454bec67f5da5cbc9b964224b3c2bcfcf4243a9.zip |
Fix double BUILD_DEPENDS macro
PR: ports/161093
Submitted by: Anes Muhametov <anes@anes.su>
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 \ |