diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 11:53:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 11:53:17 +0000 |
commit | 05357870661df84dbdf4381b18c3e914b31ad9cc (patch) | |
tree | 9f5732884719b59d441d6616f5e65ab1547572fb /lang/ats | |
parent | b28ed162b1dc0ffbff3b8fb1cd1823d01c6256e3 (diff) | |
download | ports-05357870661df84dbdf4381b18c3e914b31ad9cc.tar.gz ports-05357870661df84dbdf4381b18c3e914b31ad9cc.zip |
Notes
Diffstat (limited to 'lang/ats')
-rw-r--r-- | lang/ats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ats/Makefile b/lang/ats/Makefile index 6eacb62ec3d8..117735a0a0ea 100644 --- a/lang/ats/Makefile +++ b/lang/ats/Makefile @@ -13,11 +13,13 @@ MAINTAINER= jyyou@cs.nctu.edu.tw COMMENT= Language with a type system rooted in the Applied Type System ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes +USE= gmake GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include \ -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE=yes + PORTDOCS= FAQ.txt PORTEXAMPLES= AUP INTRO KernighanRitchie MISC MULTICORE TEST |