svn commit: r359161 - head/devel/doxygen

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:45:53 UTC 2014


Author: bapt
Date: Tue Jun 24 22:45:52 2014
New Revision: 359161
URL: http://svnweb.freebsd.org/changeset/ports/359161
QAT: https://qat.redports.org/buildarchive/r359161/

Log:
  Use MAKE_CMD

Modified:
  head/devel/doxygen/Makefile

Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile	Tue Jun 24 22:45:22 2014	(r359160)
+++ head/devel/doxygen/Makefile	Tue Jun 24 22:45:52 2014	(r359161)
@@ -23,7 +23,7 @@ USES=		bison iconv perl5 gmake
 ALL_TARGET=	all
 HAS_CONFIGURE=	yes
 QT_NONSTANDARD=	yes	# non-standard configure arguments
-CONFIGURE_ARGS=	--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
+CONFIGURE_ARGS=	--prefix ${PREFIX} --perl ${PERL} --make ${MAKE_CMD} \
 		--install "${INSTALL}"
 REINPLACE_ARGS=	-i ''
 


More information about the svn-ports-head mailing list