svn commit: r404866 - head/www/mod_backtrace

Pawel Pekala pawel at FreeBSD.org
Wed Dec 30 15:47:57 UTC 2015


Author: pawel
Date: Wed Dec 30 15:47:56 2015
New Revision: 404866
URL: https://svnweb.freebsd.org/changeset/ports/404866

Log:
  Switch to USES=execinfo
  
  PR:		205410
  Submitted by:	myself
  Approved by:	maintainer

Modified:
  head/www/mod_backtrace/Makefile

Modified: head/www/mod_backtrace/Makefile
==============================================================================
--- head/www/mod_backtrace/Makefile	Wed Dec 30 15:42:37 2015	(r404865)
+++ head/www/mod_backtrace/Makefile	Wed Dec 30 15:47:56 2015	(r404866)
@@ -16,10 +16,9 @@ COMMENT=	Collects backtraces when a chil
 
 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


More information about the svn-ports-head mailing list