svn commit: r404877 - head/editors/vanubi

Pawel Pekala pawel at FreeBSD.org
Wed Dec 30 20:49:52 UTC 2015


Author: pawel
Date: Wed Dec 30 20:49:51 2015
New Revision: 404877
URL: https://svnweb.freebsd.org/changeset/ports/404877

Log:
  Switch to USES=execinfo
  
  PR:		205737
  Submitted by:	myself
  Approved by:	olivierd (maintainer)

Modified:
  head/editors/vanubi/Makefile

Modified: head/editors/vanubi/Makefile
==============================================================================
--- head/editors/vanubi/Makefile	Wed Dec 30 19:49:17 2015	(r404876)
+++ head/editors/vanubi/Makefile	Wed Dec 30 20:49:51 2015	(r404877)
@@ -13,12 +13,11 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	valac:${PORTSDIR}/lang/vala
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
 GH_TAGNAME=	eedac1d
 
 USE_GITHUB=	yes
-USES=	autoreconf desktop-file-utils gmake libtool pkgconfig
+USES=		autoreconf desktop-file-utils execinfo gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk30 gtksourceview3 libwnck3 vte3
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list