Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 09:51:38 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321367 - head/devel/chrpath
Message-ID:  <201306200951.r5K9pcvC060979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Jun 20 09:51:38 2013
New Revision: 321367
URL: http://svnweb.freebsd.org/changeset/ports/321367

Log:
  Use devel/fmake on systems with bmake installed as make to fix the build.
  
  Reported by:	John Marino <draco@marino.st>
  Discussed with:	bapt

Modified:
  head/devel/chrpath/Makefile

Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile	Thu Jun 20 09:48:08 2013	(r321366)
+++ head/devel/chrpath/Makefile	Thu Jun 20 09:51:38 2013	(r321367)
@@ -17,6 +17,8 @@ GNU_CONFIGURE=	yes
 
 MAN1=		chrpath.1
 
+USE_FMAKE=	yes
+
 PLIST_FILES=	bin/chrpath
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README



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