From 0b2dbdcc8696ff7d27c3abf690ffaa505cfc0797 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 25 May 2013 08:06:10 +0000 Subject: - Avoid using SITE_PERL in dependencies PR: ports/178865 Submitted by: az Approved by: Hirohisa Yamaguchi (maintainer) --- mail/opendkim/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/opendkim/Makefile.features b/mail/opendkim/Makefile.features index cd333c7b12ae..656130129c59 100644 --- a/mail/opendkim/Makefile.features +++ b/mail/opendkim/Makefile.features @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --enable-identity_header .if ${PORT_OPTIONS:MLCOV} BROKEN= Does not install BUILD_DEPENDS+= lcov:${PORTSDIR}/devel/lcov \ - ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD + p5-GD>=0:${PORTSDIR}/graphics/p5-GD CONFIGURE_ARGS+= --with-lcov .else CONFIGURE_ARGS+= --without-lcov -- cgit