diff options
author | cirnatdan <cirnatdan@pkgsrc.org> | 2021-05-03 18:57:58 +0000 |
---|---|---|
committer | cirnatdan <cirnatdan@pkgsrc.org> | 2021-05-03 18:57:58 +0000 |
commit | 4413927dd4ac7b3f6c2769cfc6bf5880687f1fa4 (patch) | |
tree | 72691e6755c49c1bcc6d3e0d8fc8b14d21fbeb36 /x11 | |
parent | 658b1fc09296f1f268805920022cdd3e990d7aa2 (diff) | |
download | pkgsrc-4413927dd4ac7b3f6c2769cfc6bf5880687f1fa4.tar.gz |
zenity: Really fix dependencies
gnome-common is deprecated, autoconf-archive should be used instead
itstool is part of yelp-tools
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 68b39271dc0..30d8b09f2be 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.97 2021/05/03 18:18:31 cirnatdan Exp $ +# $NetBSD: Makefile,v 1.98 2021/05/03 18:57:58 cirnatdan Exp $ # DISTNAME= zenity-3.32.0 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/zenity/3.32/} EXTRACT_SUFX= .tar.xz @@ -14,9 +15,10 @@ LICENSE= gnu-lgpl-v2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config autoreconf autoconf -USE_TOOLS+= automake gm4 aclocal xgettext autopoint itstool +USE_TOOLS+= automake gm4 aclocal xgettext autopoint BUILD_DEPENDS+= yelp-tools-[0-9]*:../../textproc/yelp-tools +BUILD_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive pre-configure: ${RUN} cd ${WRKSRC} && ./autogen.sh |