Date: Wed, 13 Jan 2021 02:44:55 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561427 - branches/2021Q1/x11/xdialog Message-ID: <202101130244.10D2itbc099835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jan 13 02:44:55 2021 New Revision: 561427 URL: https://svnweb.freebsd.org/changeset/ports/561427 Log: MFH: r561425 x11/xdialog: fix build on GCC architectures Add USES=pkgconfig: checking for GTK+ - version >= 2.2.0... no *** A new enough version of pkg-config was not found. While here, add USES=gnome. Modified: branches/2021Q1/x11/xdialog/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/xdialog/Makefile ============================================================================== --- branches/2021Q1/x11/xdialog/Makefile Wed Jan 13 02:44:09 2021 (r561426) +++ branches/2021Q1/x11/xdialog/Makefile Wed Jan 13 02:44:55 2021 (r561427) @@ -14,7 +14,7 @@ COMMENT= Drop in replacement for the "dialog" or "cdia LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= localbase tar:bzip2 +USES= gnome localbase pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101130244.10D2itbc099835>