diff options
author | pav <pav@FreeBSD.org> | 2012-04-27 06:46:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-04-27 06:46:01 +0800 |
commit | 93ba2ff8cc20b40bcd36c9e1b410bbafd76f5fb7 (patch) | |
tree | 79e0429d1f6800634596c86097c254f395371506 /graphics | |
parent | a9b77c6c81008f437b4c15e354a78a2347a804e8 (diff) | |
download | freebsd-ports-gnome-93ba2ff8cc20b40bcd36c9e1b410bbafd76f5fb7.tar.gz freebsd-ports-gnome-93ba2ff8cc20b40bcd36c9e1b410bbafd76f5fb7.tar.zst freebsd-ports-gnome-93ba2ff8cc20b40bcd36c9e1b410bbafd76f5fb7.zip |
- Depend on gsettings-desktop-schemas to prevent startup abort
Submitted by: Carolyn Longfoot <c_longfoot@hotmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gthumb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 9a3f9c99d187..f96a4cc2062b 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gthumb PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,6 +16,7 @@ MAINTAINER= pav@FreeBSD.org COMMENT= An image viewer and browser for the GNOME 2 environment LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas USE_XZ= yes USE_GETTEXT= yes |