diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-24 04:03:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-24 04:03:08 +0000 |
commit | 8fdae254bd286962c3503fe35d6096e311e0aee6 (patch) | |
tree | 7af097848ba51d7b0265065e58df4cfa845facbd /textproc | |
parent | fe24e7458404f966ee40b15ec361169a60111ec3 (diff) | |
download | ports-8fdae254bd286962c3503fe35d6096e311e0aee6.tar.gz ports-8fdae254bd286962c3503fe35d6096e311e0aee6.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile index ba80b86f5e6b..2e8741bc936f 100644 --- a/textproc/xerces-c2-devel/Makefile +++ b/textproc/xerces-c2-devel/Makefile @@ -15,6 +15,8 @@ DISTNAME= xerces-c-src_${PORTVERSION:S/./_/g} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Validating XML parser from the Apache XML Project +MAKE_JOBS_UNSAFE= yes + OPTIONS= THREADS "Build a thread enabled shared library." on \ DEBUG "Include debugging information, do not strip." off \ ICONVFBSD "Use IconvFBSD transcoder." on \ |