diff options
author | garga <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
commit | 0e27a1ea75d81f40365a81bb1f77f6b7cf839188 (patch) | |
tree | 37b17786bb0244da979060eb88266987e71c578e /www/sarg | |
parent | e010ac637fc151842f533f60aac88f2f69f53523 (diff) | |
download | freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.tar.gz freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.tar.zst freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.zip |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Diffstat (limited to 'www/sarg')
-rw-r--r-- | www/sarg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 82fefc21c103..02609e10f69a 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -19,6 +19,7 @@ OPTIONS= GD "Enable GD support" on USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC=gcc CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |