Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 23:06:36 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527054 - head/print/hplip
Message-ID:  <202002242306.01ON6aqv069701@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Mon Feb 24 23:06:35 2020
New Revision: 527054
URL: https://svnweb.freebsd.org/changeset/ports/527054

Log:
  print/hplip: Change USE_GNOME dependency from pygobject to pygobject3
  
  PR:		244373
  Submitted by:	vvd@unislabs.com

Modified:
  head/print/hplip/Makefile

Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile	Mon Feb 24 22:08:03 2020	(r527053)
+++ head/print/hplip/Makefile	Mon Feb 24 23:06:35 2020	(r527054)
@@ -23,7 +23,7 @@ CONFLICTS_INSTALL=	hpijs-[0-9]*
 
 INSTALL_TARGET=	install-strip
 USES=		dos2unix gnome jpeg libtool pkgconfig python shebangfix
-USE_GNOME=	pygobject
+USE_GNOME=	pygobject3
 USE_LDCONFIG=	yes
 SHEBANG_GLOB=	*.py hpps pstotiff
 DOS2UNIX_FILES=	scan/sane/orblite.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002242306.01ON6aqv069701>