diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2020-02-25 07:06:35 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2020-02-25 07:06:35 +0800 |
commit | d6086331f9d3c5b16f4befd59aa30dc828a2b1e6 (patch) | |
tree | cff658962eb07d7309c64d7d302a1b5e62ff1aa6 | |
parent | fc603642773728db3d233708e242764af1e749d9 (diff) | |
download | freebsd-ports-gnome-d6086331f9d3c5b16f4befd59aa30dc828a2b1e6.tar.gz freebsd-ports-gnome-d6086331f9d3c5b16f4befd59aa30dc828a2b1e6.tar.zst freebsd-ports-gnome-d6086331f9d3c5b16f4befd59aa30dc828a2b1e6.zip |
print/hplip: Change USE_GNOME dependency from pygobject to pygobject3
PR: 244373
Submitted by: vvd@unislabs.com
-rw-r--r-- | print/hplip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 8bd76e749516..1e01b45a2267 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -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 |