aboutsummaryrefslogtreecommitdiffstats
path: root/devel/jsl
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 14:48:11 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 14:48:11 +0800
commitec81831cae7c2514707ee6404627f5db57c78fb8 (patch)
treea6df3502332e2cce9736a453bddc0fcb9e752110 /devel/jsl
parentcb63e98284056efc1f46aaa03c9b5778bd736735 (diff)
downloadfreebsd-ports-graphics-ec81831cae7c2514707ee6404627f5db57c78fb8.tar.gz
freebsd-ports-graphics-ec81831cae7c2514707ee6404627f5db57c78fb8.tar.zst
freebsd-ports-graphics-ec81831cae7c2514707ee6404627f5db57c78fb8.zip
Mark jobs unsafe
Diffstat (limited to 'devel/jsl')
-rw-r--r--devel/jsl/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/jsl/Makefile b/devel/jsl/Makefile
index 9ee0c661e25..783af5c2c62 100644
--- a/devel/jsl/Makefile
+++ b/devel/jsl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pylint
-# Date created: 28 May 2004
-# Whom: Hye-Shik Chang
-#
+# Created by: Hye-Shik Chang
# $FreeBSD$
-#
PORTNAME= jsl
PORTVERSION= 0.3.0
@@ -18,10 +14,11 @@ COMMENT= Analyzes JavaScript code looking for bugs and signs of poor quality
PLIST_FILES= bin/jsl
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_GMAKE= yes
+USES= gmake
MAKEFILE= Makefile.ref
MAKE_ARGS= OS_CFLAGS="-DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy"
CFLAGS+= -fPIC
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>