svn commit: r403895 - head/sysutils/fusefs-ext4fuse

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 17 07:49:56 UTC 2015


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
 


More information about the svn-ports-all mailing list