Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 20:49:51 +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: r404877 - head/editors/vanubi
Message-ID:  <201512302049.tBUKnpor011762@repo.freebsd.org>

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



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