Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2021 02:44:05 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561425 - head/x11/xdialog
Message-ID:  <202101130244.10D2i52I099552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jan 13 02:44:05 2021
New Revision: 561425
URL: https://svnweb.freebsd.org/changeset/ports/561425

Log:
  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.
  
  MFH:		2021Q1

Modified:
  head/x11/xdialog/Makefile

Modified: head/x11/xdialog/Makefile
==============================================================================
--- head/x11/xdialog/Makefile	Wed Jan 13 02:41:38 2021	(r561424)
+++ head/x11/xdialog/Makefile	Wed Jan 13 02:44:05 2021	(r561425)
@@ -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.10D2i52I099552>