aboutsummaryrefslogtreecommitdiff
path: root/mail/opendkim
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-05-25 08:06:10 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-05-25 08:06:10 +0000
commit6f92cf32f98a5246953b8966fa46efb997fd0df6 (patch)
tree5a24ee86e82f6b69215b6afe80f4cdbee5a0bd8d /mail/opendkim
parente43c9badb36940b461b8828b2a53f5affbd49e26 (diff)
downloadports-6f92cf32f98a5246953b8966fa46efb997fd0df6.tar.gz
ports-6f92cf32f98a5246953b8966fa46efb997fd0df6.zip
- Avoid using SITE_PERL in dependencies
PR: ports/178865 Submitted by: az Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=319032
Diffstat (limited to 'mail/opendkim')
-rw-r--r--mail/opendkim/Makefile.features2
1 files changed, 1 insertions, 1 deletions
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