diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:08:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:08:54 +0800 |
commit | 4fd41c1cf9fe0acb0b11f180e0ff0dae012d8140 (patch) | |
tree | 612981542ef6f67579a4210fe091d09083ee4deb | |
parent | 30ddd693f054874529fe4e6afb09791dc5b21a44 (diff) | |
download | freebsd-ports-gnome-4fd41c1cf9fe0acb0b11f180e0ff0dae012d8140.tar.gz freebsd-ports-gnome-4fd41c1cf9fe0acb0b11f180e0ff0dae012d8140.tar.zst freebsd-ports-gnome-4fd41c1cf9fe0acb0b11f180e0ff0dae012d8140.zip |
Mark job unsafe and convert to USES=gmake
-rw-r--r-- | print/cjk-lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index a82a6050a506..e6bf20fa9644 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -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" \ |