summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-photos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-photos/Makefile')
-rw-r--r--deskutils/gnome-photos/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/deskutils/gnome-photos/Makefile b/deskutils/gnome-photos/Makefile
index 3f7407c94..02fded5ea 100644
--- a/deskutils/gnome-photos/Makefile
+++ b/deskutils/gnome-photos/Makefile
@@ -3,8 +3,7 @@
# $MCom$
PORTNAME= gnome-photos
-PORTVERSION= 3.12.1
-PORTREVISION= 1
+PORTVERSION= 3.14.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -21,7 +20,8 @@ LIB_DEPENDS= libexempi.so:${PORTSDIR}/textproc/exempi \
libexif.so:${PORTSDIR}/graphics/libexif \
libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
libgjs.so:${PORTSDIR}/lang/gjs \
- libbabl-0.1.so:${PORTSDIR}/x11/babl
+ libbabl-0.1.so:${PORTSDIR}/x11/babl \
+ libgdata.so:${PORTSDIR}/devel/libgdata
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
USES= desktop-file-utils gettext gmake libtool \
@@ -31,6 +31,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
-LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS= -I${LOCALBASE}/include -Wno-error=format-nonliteral
+LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>