aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-18 11:20:50 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-18 11:20:50 +0800
commitc928ce00e105b7dbbaeacb92d9219998f4cf691b (patch)
tree3bfab68e11c63a4da63e24225578ded2cc02699a
parent3112b99931cab78f58b80c52ff2a3404d6dfa647 (diff)
downloadfreebsd-ports-gnome-c928ce00e105b7dbbaeacb92d9219998f4cf691b.tar.gz
freebsd-ports-gnome-c928ce00e105b7dbbaeacb92d9219998f4cf691b.tar.zst
freebsd-ports-gnome-c928ce00e105b7dbbaeacb92d9219998f4cf691b.zip
- Pet portlint (swap build/run)
-rw-r--r--net/p5-perl-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index f6768e8325da..137cb393c429 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Client interface to LDAP servers
-RUN_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
+BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
${SITE_PERL}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer
-BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes