Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 07:49:55 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403895 - head/sysutils/fusefs-ext4fuse
Message-ID:  <201512170749.tBH7ntSR062104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Dec 17 07:49:54 2015
New Revision: 403895
URL: https://svnweb.freebsd.org/changeset/ports/403895

Log:
  Switch to USES=execinfo
  
  PR:		205366
  Submitted by:	pawel

Modified:
  head/sysutils/fusefs-ext4fuse/Makefile

Modified: head/sysutils/fusefs-ext4fuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ext4fuse/Makefile	Thu Dec 17 04:54:44 2015	(r403894)
+++ head/sysutils/fusefs-ext4fuse/Makefile	Thu Dec 17 07:49:54 2015	(r403895)
@@ -13,9 +13,7 @@ COMMENT=	EXT4 implementation for FUSE
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-
-USES=		fuse pkgconfig gmake
+USES=		execinfo fuse pkgconfig gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	gerard
 



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