diff options
author | cmt <cmt@FreeBSD.org> | 2018-03-17 23:58:01 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2018-03-17 23:58:01 +0800 |
commit | dd0bbb92b6b9efc2d9d216d22852540d5e95a1a8 (patch) | |
tree | 8e777856887722577afb8648e111335682ab9dda /graphics/shotwell/Makefile | |
parent | 81d64a89f4679926468884d06ce08565ef80282e (diff) | |
download | freebsd-ports-gnome-dd0bbb92b6b9efc2d9d216d22852540d5e95a1a8.tar.gz freebsd-ports-gnome-dd0bbb92b6b9efc2d9d216d22852540d5e95a1a8.tar.zst freebsd-ports-gnome-dd0bbb92b6b9efc2d9d216d22852540d5e95a1a8.zip |
update shotwell to 0.28.0
while here, massage OPENMP_DESC for generic GCC
Diffstat (limited to 'graphics/shotwell/Makefile')
-rw-r--r-- | graphics/shotwell/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 90f040c36b63..2d7454a1f8a9 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.26.4 -PORTREVISION= 1 +PORTVERSION= 0.28.0 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} @@ -22,6 +21,7 @@ LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ libgcr-ui-3.so:security/gcr \ libgdata.so:devel/libgdata \ libgee-0.8.so:devel/libgee \ + libgstapp-1.0.so:multimedia/gstreamer1-plugins \ libgstreamer-1.0.so:multimedia/gstreamer1 \ liblcms2.so:graphics/lcms2 \ libjson-glib-1.0.so:devel/json-glib \ @@ -33,7 +33,8 @@ LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libunique-1.0.so:x11-toolkits/unique \ libraw.so:graphics/libraw \ - librest-0.7.so:devel/librest + librest-0.7.so:devel/librest \ + libxml2.so:textproc/libxml2 USES= autoreconf gettext desktop-file-utils gmake libtool pkgconfig \ sqlite tar:xz @@ -50,7 +51,7 @@ PORTSCOUT= limitw:1,even MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= OPENMP NLS -OPENMP_DESC= libraw uses OpenMP (implies GCC 4.9+) +OPENMP_DESC= libraw uses OpenMP (implies GCC) NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext |