Date: Sun, 21 Feb 2016 20:07:48 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409311 - head/editors/latexila Message-ID: <201602212007.u1LK7mYB062050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sun Feb 21 20:07:48 2016 New Revision: 409311 URL: https://svnweb.freebsd.org/changeset/ports/409311 Log: - Unbreak build on 9.x - Bump PORTREVISION Modified: head/editors/latexila/Makefile Modified: head/editors/latexila/Makefile ============================================================================== --- head/editors/latexila/Makefile Sun Feb 21 20:00:12 2016 (r409310) +++ head/editors/latexila/Makefile Sun Feb 21 20:07:48 2016 (r409311) @@ -3,6 +3,7 @@ PORTNAME= latexila PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,7 +19,8 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libgspell-1.so:${PORTSDIR}/textproc/gspell -USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig \ + tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 gtksourceview3 intltool intlhack libxml2 USE_TEX= latex dvipsk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602212007.u1LK7mYB062050>