diff options
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r-- | x11/zenity/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 8c1dca804432..8b53e10e1ed9 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,21 +1,23 @@ PORTNAME= zenity -PORTVERSION= 3.42.1 -PORTREVISION= 3 +PORTVERSION= 3.44.5 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Display GNOME dialogs from the command line +WWW= https://gitlab.gnome.org/GNOME/zenity -LICENSE= LGPL20 +LICENSE= LGPL21+ + +CONFLICTS_INSTALL= zenity4-4.* BUILD_DEPENDS= itstool:textproc/itstool USES= gettext gnome localbase meson pkgconfig \ perl5 tar:xz xorg USE_CSTD= c99 -USE_GNOME= cairo gdkpixbuf gtk30 intlhack +USE_GNOME= cairo gdkpixbuf gtk30 USE_XORG= x11 MESON_ARGS= -Dwebkitgtk=false |