diff options
author | johans <johans@FreeBSD.org> | 2011-12-31 04:06:57 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-12-31 04:06:57 +0800 |
commit | 02250a6a6c738e0eff141a3236b870af858a5945 (patch) | |
tree | 71e8de24dce8d0db0305f82bd313a58152f13c3a /lang | |
parent | 06ff7197d62c4ef976a3427358295464d1d056ff (diff) | |
download | freebsd-ports-gnome-02250a6a6c738e0eff141a3236b870af858a5945.tar.gz freebsd-ports-gnome-02250a6a6c738e0eff141a3236b870af858a5945.tar.zst freebsd-ports-gnome-02250a6a6c738e0eff141a3236b870af858a5945.zip |
Change build target to avoid its 'make check' part,
because it fails in some environments, even though the application works fine
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 246cb0c4cef6..9a2b9f684f5c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -24,7 +24,7 @@ CFLAGS+= -fno-reorder-blocks -fno-inline USE_GMAKE= yes USE_AUTOTOOLS= libtool libltdl USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named -ALL_TARGET= all info +ALL_TARGET= kernel/version.fs more info MAKE_JOBS_UNSAFE=yes STRIP= #none |