diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-12-04 13:40:55 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-12-04 13:40:55 +0800 |
commit | f95e816c76c1847c9bd540b33af1ace6a2f7b663 (patch) | |
tree | f9eb979ca13b1f2956db8583255a70c4a176e8c8 /editors | |
parent | 768300808149b3f82dc635f3b8d57e29ab4216da (diff) | |
download | freebsd-ports-gnome-f95e816c76c1847c9bd540b33af1ace6a2f7b663.tar.gz freebsd-ports-gnome-f95e816c76c1847c9bd540b33af1ace6a2f7b663.tar.zst freebsd-ports-gnome-f95e816c76c1847c9bd540b33af1ace6a2f7b663.zip |
- Unbreak build
- Bump PORTREVISION
Reported by: pkg-fallout
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 |