diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-30 23:47:56 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-30 23:47:56 +0800 |
commit | f60a6c877bc07505fdd1025ef8d3cdd0b1fb234e (patch) | |
tree | 4eee4889d0c87350bd3e685517ef42bc815cf112 /www | |
parent | 8f9e4a6bced0caa60429d941705744f10335b281 (diff) | |
download | freebsd-ports-gnome-f60a6c877bc07505fdd1025ef8d3cdd0b1fb234e.tar.gz freebsd-ports-gnome-f60a6c877bc07505fdd1025ef8d3cdd0b1fb234e.tar.zst freebsd-ports-gnome-f60a6c877bc07505fdd1025ef8d3cdd0b1fb234e.zip |
Switch to USES=execinfo
PR: 205410
Submitted by: myself
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_backtrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_backtrace/Makefile b/www/mod_backtrace/Makefile index a3b91c5f2a42..24601ca6ef78 100644 --- a/www/mod_backtrace/Makefile +++ b/www/mod_backtrace/Makefile @@ -16,10 +16,9 @@ COMMENT= Collects backtraces when a child process crashes LICENSE= APACHE20 -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - MANUAL_PACKAGE_BUILD= requires apache WITH_EXCEPTION_HOOK=yes +USES= execinfo USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes |