diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 05:32:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 05:32:34 +0800 |
commit | 3e11a20cf46c04eadf5b285de6f528eb4144cb20 (patch) | |
tree | 788b370200b003fcff45af31cb7110e040933ffc | |
parent | 89fa4b30769741751f355514c3275dfa94011df4 (diff) | |
download | freebsd-ports-gnome-3e11a20cf46c04eadf5b285de6f528eb4144cb20.tar.gz freebsd-ports-gnome-3e11a20cf46c04eadf5b285de6f528eb4144cb20.tar.zst freebsd-ports-gnome-3e11a20cf46c04eadf5b285de6f528eb4144cb20.zip |
Mark job unsafe
-rw-r--r-- | japanese/lynx-current/Makefile | 7 | ||||
-rw-r--r-- | lang/kawa/Makefile | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile index 939f06a9ed1b..11b0e3197e14 100644 --- a/japanese/lynx-current/Makefile +++ b/japanese/lynx-current/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-lynx-current -# Date created: 10 August 1998 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# +# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lynx DISTVERSION= ${VERSION}.${MINOR_VERSION:S/.//} @@ -23,6 +19,7 @@ CONFLICTS= lynx-2.* ja-lynx-2.8.7.* WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g} USE_BZIP2= yes NO_LATEST_LINK= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-ipv6 \ diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile index 7f8ffada6a89..4b332cb3e7b3 100644 --- a/lang/kawa/Makefile +++ b/lang/kawa/Makefile @@ -12,10 +12,11 @@ COMMENT= Java-based Scheme implementation LICENSE= MIT +USES= gmake USE_JAVA= yes -USE_GMAKE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS= --enable-kawa-frontend \ --with-java-source=${JAVA_PORT_VERSION} \ --with-libtool |