svn commit: r318856 - head/devel/chrpath

Rene Ladan rene at FreeBSD.org
Thu May 23 09:20:55 UTC 2013


Author: rene
Date: Thu May 23 09:20:55 2013
New Revision: 318856
URL: http://svnweb.freebsd.org/changeset/ports/318856

Log:
  Remove dependency on gmake when using bmake, it is no longer needed and
  broke the build.
  
  Submitted by:	bapt on IRC

Modified:
  head/devel/chrpath/Makefile

Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile	Thu May 23 09:19:40 2013	(r318855)
+++ head/devel/chrpath/Makefile	Thu May 23 09:20:55 2013	(r318856)
@@ -19,7 +19,6 @@ MAN1=		chrpath.1
 
 .if defined(.PARSEDIR)
 MAKE_ARGS=	RPATH=""
-USE_GMAKE=	yes
 .endif
 
 PLIST_FILES=	bin/chrpath


More information about the svn-ports-all mailing list