From 63d09c9c9b84669faec2c94444cb4ba43ca65ec0 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 10 Jun 2012 18:42:48 +0000 Subject: - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) --- irc/nethirc/Makefile | 2 +- irc/p5-POE-Component-Server-IRC/Makefile | 2 +- irc/smartirc4net/Makefile | 2 +- irc/smuxi/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'irc') diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 580a9fe0a0c1..8659ee1e6984 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl-based IRC client that uses Net::IRC BUILD_DEPENDS= ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \ ${SITE_PERL}/String/Format.pm:${PORTSDIR}/textproc/p5-String-Format \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/irc/p5-POE-Component-Server-IRC/Makefile b/irc/p5-POE-Component-Server-IRC/Makefile index 5130dd63a904..71c150bf68f2 100644 --- a/irc/p5-POE-Component-Server-IRC/Makefile +++ b/irc/p5-POE-Component-Server-IRC/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-POE-Filter-IRCD>=2.2:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/irc/smartirc4net/Makefile b/irc/smartirc4net/Makefile index ae942eede1c8..cd89e53bc0b3 100644 --- a/irc/smartirc4net/Makefile +++ b/irc/smartirc4net/Makefile @@ -14,7 +14,7 @@ MAINTAINER= mono@FreeBSD.org COMMENT= Multi-layered IRC library BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile index a5217dc88f4b..faa4816428df 100644 --- a/irc/smuxi/Makefile +++ b/irc/smuxi/Makefile @@ -18,7 +18,7 @@ BROKEN= Does not build BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/smartirc4net.pc:${PORTSDIR}/irc/smartirc4net \ ${LOCALBASE}/libdata/pkgconfig/nini-1.1.pc:${PORTSDIR}/devel/nini \ ${LOCALBASE}/libdata/pkgconfig/log4net.pc:${PORTSDIR}/devel/log4net -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit v1.2.3