diff options
author | az <az@FreeBSD.org> | 2013-05-25 16:06:10 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-25 16:06:10 +0800 |
commit | 0b2dbdcc8696ff7d27c3abf690ffaa505cfc0797 (patch) | |
tree | 5a24ee86e82f6b69215b6afe80f4cdbee5a0bd8d /mail | |
parent | 3fd6a528b20c494d3bb03086aba98e560e21aaaf (diff) | |
download | freebsd-ports-gnome-0b2dbdcc8696ff7d27c3abf690ffaa505cfc0797.tar.gz freebsd-ports-gnome-0b2dbdcc8696ff7d27c3abf690ffaa505cfc0797.tar.zst freebsd-ports-gnome-0b2dbdcc8696ff7d27c3abf690ffaa505cfc0797.zip |
- Avoid using SITE_PERL in dependencies
PR: ports/178865
Submitted by: az
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/Makefile.features | 2 |
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 |