diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-31 04:49:51 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-31 04:49:51 +0800 |
commit | 8c5a23341d341526cfbf871dbe22275b4f17587a (patch) | |
tree | d8df2f73448cf2d1e60654efbb4a7e4c6fa3a02f /editors | |
parent | 684965ad7c9a9eb6c913f6fe520f37a73897cec3 (diff) | |
download | freebsd-ports-gnome-8c5a23341d341526cfbf871dbe22275b4f17587a.tar.gz freebsd-ports-gnome-8c5a23341d341526cfbf871dbe22275b4f17587a.tar.zst freebsd-ports-gnome-8c5a23341d341526cfbf871dbe22275b4f17587a.zip |
Switch to USES=execinfo
PR: 205737
Submitted by: myself
Approved by: olivierd (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vanubi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/vanubi/Makefile b/editors/vanubi/Makefile index bfe8ade6a9d6..5d362a403515 100644 --- a/editors/vanubi/Makefile +++ b/editors/vanubi/Makefile @@ -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 |