diff options
| -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 68e3265ecaa3..8dde8dd904e5 100644 --- a/editors/latexila/Makefile +++ b/editors/latexila/Makefile @@ -3,6 +3,7 @@ PORTNAME= latexila PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,7 +12,8 @@ MAINTAINER= olivierd@FreeBSD.org COMMENT= Integrated LaTeX environment BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala \ - itstool:${PORTSDIR}/textproc/itstool + itstool:${PORTSDIR}/textproc/itstool \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 |
