diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-07-03 01:14:08 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-07-03 01:14:08 +0800 |
commit | 1bc085e26f424030862ea423365ea41c40efb61d (patch) | |
tree | 710775a0e7f99dc548e05cc3e8080fa022912878 /textproc | |
parent | 0c7a7c371b3a340b8e821ebda5c8b15d698e3b9c (diff) | |
download | freebsd-ports-gnome-1bc085e26f424030862ea423365ea41c40efb61d.tar.gz freebsd-ports-gnome-1bc085e26f424030862ea423365ea41c40efb61d.tar.zst freebsd-ports-gnome-1bc085e26f424030862ea423365ea41c40efb61d.zip |
Mark MAKE_JOBS_SAFE.
Original commit by avilla@ in the area51 repository.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index a67ed3b89304..35a5649b18cd 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-raptor=system \ --with-threestore=no USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes MAN1= rdfproc.1 redland-config.1 \ |