svn commit: r317289 - head/devel/chrpath

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 23:12:13 UTC 2013


Author: bapt
Date: Fri May  3 23:12:12 2013
New Revision: 317289
URL: http://svnweb.freebsd.org/changeset/ports/317289

Log:
  Fix build with bmake

Modified:
  head/devel/chrpath/Makefile

Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile	Fri May  3 23:12:10 2013	(r317288)
+++ head/devel/chrpath/Makefile	Fri May  3 23:12:12 2013	(r317289)
@@ -17,6 +17,11 @@ GNU_CONFIGURE=	yes
 
 MAN1=		chrpath.1
 
+.if defined(.PARSEDIR)
+MAKE_ARGS=	RPATH=""
+USE_GMAKE=	yes
+.endif
+
 PLIST_FILES=	bin/chrpath
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README


More information about the svn-ports-all mailing list