aboutsummaryrefslogtreecommitdiff
path: root/www/mod_backtrace
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-12-30 15:47:56 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-12-30 15:47:56 +0000
commit52db9891ea1606e46b9fb893b895cbb72242f936 (patch)
tree4eee4889d0c87350bd3e685517ef42bc815cf112 /www/mod_backtrace
parent9064ba15cc2b5978ba4ce620d9ba03b92e1f2de9 (diff)
downloadports-52db9891ea1606e46b9fb893b895cbb72242f936.tar.gz
ports-52db9891ea1606e46b9fb893b895cbb72242f936.zip
Switch to USES=execinfo
PR: 205410 Submitted by: myself Approved by: maintainer
Notes
Notes: svn path=/head/; revision=404866
Diffstat (limited to 'www/mod_backtrace')
-rw-r--r--www/mod_backtrace/Makefile3
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