diff options
author | delphij <delphij@FreeBSD.org> | 2009-03-27 09:09:14 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-03-27 09:09:14 +0800 |
commit | d72bb861581c199721e1b02e8b8b0f43f708dc2c (patch) | |
tree | 86ec33361cbef5405ddf3ab2d37807116c46ae18 /textproc | |
parent | 45af38192a1aeeb0e490b9d332b443dd743c9e4e (diff) | |
download | freebsd-ports-gnome-d72bb861581c199721e1b02e8b8b0f43f708dc2c.tar.gz freebsd-ports-gnome-d72bb861581c199721e1b02e8b8b0f43f708dc2c.tar.zst freebsd-ports-gnome-d72bb861581c199721e1b02e8b8b0f43f708dc2c.zip |
Mark MAKE_JOBS_SAFE wherever makes sense.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/stardict2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index 1f8b12a39668..8c5eb762f3ba 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -23,6 +23,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix USE_GETTEXT= yes +MAKE_JOBS_SAFE= yes OPTIONS= GNOMEUI "GNOME support" On |