svn commit: r350097 - head/Mk/Uses

Rene Ladan rene at FreeBSD.org
Fri Apr 4 11:29:08 UTC 2014


Author: rene
Date: Fri Apr  4 11:29:07 2014
New Revision: 350097
URL: http://svnweb.freebsd.org/changeset/ports/350097
QAT: https://qat.redports.org/buildarchive/r350097/

Log:
  Tell the configure scripts to use ${PERL} for PERL_PATH, this fixes
  e.g. devel/libbonobo
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Fri Apr  4 11:11:59 2014	(r350096)
+++ head/Mk/Uses/perl5.mk	Fri Apr  4 11:29:07 2014	(r350097)
@@ -93,7 +93,7 @@ SITE_PERL?=	${LOCALBASE}/${SITE_PERL_REL
 
 PERL5=		${LOCALBASE}/bin/perl${PERL_VERSION}
 PERL=		${LOCALBASE}/bin/perl
-CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL}
+CONFIGURE_ENV+=	ac_cv_path_PERL=${PERL} ac_cv_path_PERL_PATH=${PERL}
 
 # Define the want perl first if defined
 .if ${USE_PERL5:M5*}


More information about the svn-ports-all mailing list