diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-02-21 20:07:48 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-02-21 20:07:48 +0000 |
commit | 187e2130f0d0302bc4219b32c4aea53ab49916f7 (patch) | |
tree | 500eab93096b17e09ccbf8f9f98302e85bd9ef40 /editors | |
parent | 5830cb0b3283a571eb3596382a62a76bde8028dd (diff) | |
download | freebsd-ports-187e2130f0d0302bc4219b32c4aea53ab49916f7.zip |
- Unbreak build on 9.x
- Bump PORTREVISION
Diffstat (limited to 'editors')
-rw-r--r-- | editors/latexila/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/latexila/Makefile b/editors/latexila/Makefile index 453a8d3966fb..139830873d1c 100644 --- a/editors/latexila/Makefile +++ b/editors/latexila/Makefile @@ -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/vala \ 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 |