diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 19:51:28 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-24 19:51:28 +0000 |
commit | d31cadffee9652bba4aed758b08c36d8bd083aad (patch) | |
tree | b815dc18ccea261588aef543312f1294282dd32a /textproc/htdig | |
parent | 85aa55666679c35b2a468e93c57900f4c98ae3b7 (diff) | |
download | ports-d31cadffee9652bba4aed758b08c36d8bd083aad.tar.gz ports-d31cadffee9652bba4aed758b08c36d8bd083aad.zip |
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports
Notes
Notes:
svn path=/head/; revision=230904
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index af7feb508ff8..6dac4a860fa3 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -20,6 +20,8 @@ DISTNAME= htdig-3.2.0b6 MAINTAINER= DougB@FreeBSD.org COMMENT= A www indexing and searching system +MAKE_JOBS_SAFE= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ --with-default-config-file=${PREFIX}/etc/htdig/htdig.conf \ |