svn commit: r319032 - head/mail/opendkim
Andrej Zverev
az at FreeBSD.org
Sat May 25 08:06:11 UTC 2013
Author: az
Date: Sat May 25 08:06:10 2013
New Revision: 319032
URL: http://svnweb.freebsd.org/changeset/ports/319032
Log:
- Avoid using SITE_PERL in dependencies
PR: ports/178865
Submitted by: az
Approved by: Hirohisa Yamaguchi <umq at ueo.co.jp> (maintainer)
Modified:
head/mail/opendkim/Makefile.features
Modified: head/mail/opendkim/Makefile.features
==============================================================================
--- head/mail/opendkim/Makefile.features Sat May 25 07:46:10 2013 (r319031)
+++ head/mail/opendkim/Makefile.features Sat May 25 08:06:10 2013 (r319032)
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --enable-identity_heade
.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
More information about the svn-ports-all
mailing list