diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-25 00:36:18 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-25 00:36:18 +0000 |
commit | e47ef958232d087c7b989d364d63cd85bdb667f5 (patch) | |
tree | 641bd64134f5cd0566a79aa100f5ae141578abe0 /x11/yad | |
parent | 5937464942fc9d2e358fdc62b3d32422adeb0b41 (diff) |
Notes
Diffstat (limited to 'x11/yad')
-rw-r--r-- | x11/yad/Makefile | 10 | ||||
-rw-r--r-- | x11/yad/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/x11/yad/Makefile b/x11/yad/Makefile index cd736da196f9..bbfac4a02d95 100644 --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yad -PORTVERSION= 0.24.0 +PORTVERSION= 0.24.1 CATEGORIES= x11 gnome MASTER_SITES= GOOGLE_CODE @@ -28,17 +28,13 @@ OPTIONS_DEFAULT= GTK2 NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext GTK2_CONFIGURE_ON= --with-gtk=gtk2 +GTK2_USE= GNOME=gtk20 GTK3_CONFIGURE_ON= --with-gtk=gtk3 +GTK3_USE= GNOME=gtk30 ICONBROWSER_CONFIGURE_ENABLE= icon-browser .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MGTK2} -USE_GNOME= gtk20 -.else -USE_GNOME= gtk30 -.endif - post-configure: .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e '/^SUBDIRS =/ s/ po//' ${WRKSRC}/Makefile diff --git a/x11/yad/distinfo b/x11/yad/distinfo index 7498c82204c2..ffe7ecf15cfd 100644 --- a/x11/yad/distinfo +++ b/x11/yad/distinfo @@ -1,2 +1,2 @@ -SHA256 (yad-0.24.0.tar.xz) = a7e9a190fafbde41391b1fabc2718e4815bd4833b5f441ef786978ca87730e2a -SIZE (yad-0.24.0.tar.xz) = 228180 +SHA256 (yad-0.24.1.tar.xz) = ae9724d2e9c1e03e2a0de84fd6afd6c6d62d20ae7dadb4fa9b1003a60ac5fa03 +SIZE (yad-0.24.1.tar.xz) = 227968 |