svn commit: r561427 - branches/2021Q1/x11/xdialog

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 02:44:55 UTC 2021


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


More information about the svn-ports-branches mailing list