svn commit: r322639 - head/print/cjk-lyx

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


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

Log:
  Mark job unsafe and convert to USES=gmake

Modified:
  head/print/cjk-lyx/Makefile

Modified: head/print/cjk-lyx/Makefile
==============================================================================
--- head/print/cjk-lyx/Makefile	Wed Jul 10 10:53:37 2013	(r322638)
+++ head/print/cjk-lyx/Makefile	Wed Jul 10 11:08:54 2013	(r322639)
@@ -32,11 +32,11 @@ OPTIONS_DEFAULT+=	JATETEX
 JATETEX_DESC=	pLaTeX (Japanese LaTeX)
 
 ALL_TARGET=	all check
+MAKE_JOBS_UNSAFE=	yes
 USE_GNOME=	lthack
 USE_PERL5=	yes
 USE_PYTHON=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-extra-lib="${LOCALBASE}/lib" \
 		--with-extra-inc="${LOCALBASE}/include" \


More information about the svn-ports-all mailing list