diff options
author | danilo <danilo@FreeBSD.org> | 2016-08-20 23:10:29 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-08-20 23:10:29 +0800 |
commit | 9867633ee7f230cc9e0945468073bec1c714a678 (patch) | |
tree | 5b950c688292a77263fc6a76a8dc44b288e96594 /x11/yad | |
parent | 94ccc588b0054eedf223ec4edad5e8fba891d164 (diff) | |
download | freebsd-ports-gnome-9867633ee7f230cc9e0945468073bec1c714a678.tar.gz freebsd-ports-gnome-9867633ee7f230cc9e0945468073bec1c714a678.tar.zst freebsd-ports-gnome-9867633ee7f230cc9e0945468073bec1c714a678.zip |
- Update to 0.37.0
- Adjust dependencies to make QA happy
Diffstat (limited to 'x11/yad')
-rw-r--r-- | x11/yad/Makefile | 9 | ||||
-rw-r--r-- | x11/yad/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11/yad/Makefile b/x11/yad/Makefile index 3460f30e578a..6de0d70f34f7 100644 --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yad -PORTVERSION= 0.36.3 +PORTVERSION= 0.37.0 CATEGORIES= x11 gnome MASTER_SITES= SF/${PORTNAME}-dialog/ @@ -11,7 +11,11 @@ COMMENT= Display GNOME dialogs from the command line LICENSE= GPLv3 -USES= gmake pkgconfig tar:xz +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gettext-runtime gmake pkgconfig tar:xz +USE_GNOME= cairo GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes @@ -28,7 +32,6 @@ OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 NLS_CONFIGURE_OFF= --disable-nls -NLS_USES= gettext GTK2_CONFIGURE_ON= --with-gtk=gtk2 GTK2_USE= GNOME=gtk20,intltool GTK3_CONFIGURE_ON= --with-gtk=gtk3 diff --git a/x11/yad/distinfo b/x11/yad/distinfo index 19a2fd1ecd0a..8eb446863c10 100644 --- a/x11/yad/distinfo +++ b/x11/yad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463346230 -SHA256 (yad-0.36.3.tar.xz) = ca7c8c377858f4d439b6b1d7d8c96e2a0320d16bc2332216da6218953d09a2ac -SIZE (yad-0.36.3.tar.xz) = 252360 +TIMESTAMP = 1471704377 +SHA256 (yad-0.37.0.tar.xz) = 91efaf24b56dfbed8e86e4af800f13ec9cca4b550b82b65552aaab40ebd3183a +SIZE (yad-0.37.0.tar.xz) = 255584 |