svn commit: r322931 - head/lang/neko
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jul 13 13:59:55 UTC 2013
Author: bapt
Date: Sat Jul 13 13:59:54 2013
New Revision: 322931
URL: http://svnweb.freebsd.org/changeset/ports/322931
Log:
Mark jobs unsafe
Modified:
head/lang/neko/Makefile
Modified: head/lang/neko/Makefile
==============================================================================
--- head/lang/neko/Makefile Sat Jul 13 13:59:11 2013 (r322930)
+++ head/lang/neko/Makefile Sat Jul 13 13:59:54 2013 (r322931)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: The Neko Programming Language
-# Date created: 08 August 2007
-# Whom: Masanori OZAWA (ozawa at ongs.co.jp)
-#
+# Created by: Masanori OZAWA (ozawa at ongs.co.jp)
# $FreeBSD$
-#
PORTNAME= neko
PORTVERSION= 1.8.2
@@ -18,9 +14,10 @@ LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/d
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
More information about the svn-ports-head
mailing list