svn commit: r322640 - head/astro/roadmap

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:10:13 UTC 2013


Author: bapt
Date: Wed Jul 10 11:10:13 2013
New Revision: 322640
URL: http://svnweb.freebsd.org/changeset/ports/322640

Log:
  Mark job unsafe and convert to USES=gmake

Modified:
  head/astro/roadmap/Makefile

Modified: head/astro/roadmap/Makefile
==============================================================================
--- head/astro/roadmap/Makefile	Wed Jul 10 11:08:54 2013	(r322639)
+++ head/astro/roadmap/Makefile	Wed Jul 10 11:10:13 2013	(r322640)
@@ -17,8 +17,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 BUILD_WRKSRC=	${WRKSRC}/src
 INSTALL_WRKSRC=	${WRKSRC}/src
 
+MAKE_JOBS_UNSAFE=	yes
+
+USES=		gmake
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
 MAKE_ARGS=	INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}"
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list