diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-12-04 05:40:55 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-12-04 05:40:55 +0000 |
commit | 62df9da1ff16c70eb367e4b7f93ffac68b94314a (patch) | |
tree | f9eb979ca13b1f2956db8583255a70c4a176e8c8 /editors | |
parent | dc5f9e6a8e699478748b4e792b4f032e5030e70e (diff) |
Notes
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 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 |