svn commit: r409311 - head/editors/latexila

Olivier Duchateau olivierd at FreeBSD.org
Sun Feb 21 20:07:50 UTC 2016


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


More information about the svn-ports-all mailing list