diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-07 15:34:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-07 15:34:30 +0000 |
commit | 30251c69622105577386279014694fa1af9c3a71 (patch) | |
tree | 80e265aabe5af7946b80066933811e1c31a2d397 | |
parent | 20c351e17ac93bd37d2b8af41aa9d2bf203f7ee8 (diff) |
Notes
-rw-r--r-- | www/mod_backtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_backtrace/Makefile b/www/mod_backtrace/Makefile index a8547659546c..a3b91c5f2a42 100644 --- a/www/mod_backtrace/Makefile +++ b/www/mod_backtrace/Makefile @@ -18,7 +18,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -MANUAL_PACKAGE_BUILD= requires apache WITH_EXCEPTION_HOOK=yees +MANUAL_PACKAGE_BUILD= requires apache WITH_EXCEPTION_HOOK=yes USE_APACHE= 22+ AP_FAST_BUILD= yes |