svn commit: r321367 - head/devel/chrpath
Rene Ladan
rene at FreeBSD.org
Thu Jun 20 09:51:39 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list