diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 21:59:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 21:59:54 +0800 |
commit | 0bea7cbea7864d139b6f2acdeb720194902104cc (patch) | |
tree | 74b5e54ddebd885812f5251e3b51ca4e4c9913ba /lang | |
parent | a3f389d326af3e90d4fb2545bccfc6befe0e9516 (diff) | |
download | freebsd-ports-gnome-0bea7cbea7864d139b6f2acdeb720194902104cc.tar.gz freebsd-ports-gnome-0bea7cbea7864d139b6f2acdeb720194902104cc.tar.zst freebsd-ports-gnome-0bea7cbea7864d139b6f2acdeb720194902104cc.zip |
Mark jobs unsafe
Diffstat (limited to 'lang')
-rw-r--r-- | lang/neko/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 53c9eb1855ae..009bbbb4b840 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: The Neko Programming Language -# Date created: 08 August 2007 -# Whom: Masanori OZAWA (ozawa@ongs.co.jp) -# +# Created by: Masanori OZAWA (ozawa@ongs.co.jp) # $FreeBSD$ -# PORTNAME= neko PORTVERSION= 1.8.2 @@ -18,9 +14,10 @@ LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded ONLY_FOR_ARCHS= i386 amd64 +USES= gmake USE_AUTOTOOLS= libtool:env -USE_GMAKE= yes USE_DOS2UNIX= yes +MAKE_JOBS_UNSAFE= yes DOS2UNIX_REGEX= .*(Makefile|\.(c|h|neko|nml))$$ OPTIONS_DEFINE= APACHE MYSQL SQLITE PCRE GTK2 |