diff options
Diffstat (limited to 'devel/apr1/Makefile')
-rw-r--r-- | devel/apr1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 5fdf04581f80..7c2791c078f1 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -17,6 +17,8 @@ COMMENT= Apache Portability Library LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +MAKE_JOBS_SAFE= yes + OPTIONS= THREADS "Enable Threads in apr" on \ IPV6 "Enable IPV6 Support in apr" off \ GDBM "Enable GNU dbm support in apr-util" on \ |