Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 15:47:56 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404866 - head/www/mod_backtrace
Message-ID:  <201512301547.tBUFluDW023645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301547.tBUFluDW023645>