diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-02-22 04:07:48 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-02-22 04:07:48 +0800 |
commit | e75c4ae64b0b844807fe4764d26189d8c6e5f734 (patch) | |
tree | 500eab93096b17e09ccbf8f9f98302e85bd9ef40 /editors | |
parent | 73ccf8a6af1db171e1b887176df6bf81a96c64e6 (diff) | |
download | freebsd-ports-gnome-e75c4ae64b0b844807fe4764d26189d8c6e5f734.tar.gz freebsd-ports-gnome-e75c4ae64b0b844807fe4764d26189d8c6e5f734.tar.zst freebsd-ports-gnome-e75c4ae64b0b844807fe4764d26189d8c6e5f734.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 |