Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 08:06:10 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319032 - head/mail/opendkim
Message-ID:  <201305250806.r4P86A75019608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305250806.r4P86A75019608>