svn commit: r527054 - head/print/hplip

Ben Woods woodsb02 at FreeBSD.org
Mon Feb 24 23:06:37 UTC 2020


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 at 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


More information about the svn-ports-all mailing list