diff options
author | lippe <lippe@FreeBSD.org> | 2013-09-02 23:35:16 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2013-09-02 23:35:16 +0800 |
commit | 307f32b604ef7e856e4f70a3c0279d16949758a6 (patch) | |
tree | 595d251672f2578d740cb46065f833259b9e4082 /lang/yap/Makefile | |
parent | e1d30c56d8683b1cbbbfac166938d461c936cb0e (diff) | |
download | freebsd-ports-gnome-307f32b604ef7e856e4f70a3c0279d16949758a6.tar.gz freebsd-ports-gnome-307f32b604ef7e856e4f70a3c0279d16949758a6.tar.zst freebsd-ports-gnome-307f32b604ef7e856e4f70a3c0279d16949758a6.zip |
- Fix plist
- Insert PORTSCOUT
PR: ports/180264
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Diffstat (limited to 'lang/yap/Makefile')
-rw-r--r-- | lang/yap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 55af576da2d3..8bdf668b31f5 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ MAINTAINER= danilogondolfo@gmail.com COMMENT= High-performance Prolog compiler +PORTSCOUT= limit:^6\.2\. + OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> @@ -26,6 +28,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-max-performance USE_GMAKE= yes +MAKE_JOBS_SAFE= yes DOCSDIR= ${PREFIX}/share/doc/Yap DATADIR= ${PREFIX}/share/Yap |