Date: Thu, 10 Oct 2024 15:06:11 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1c34a94170cf - main - print/hplip: use USE_GNOME=pygobject3 helper Message-ID: <202410101506.49AF6BDq062362@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c34a94170cfb6855e52f6844cf19b6738524383 commit 1c34a94170cfb6855e52f6844cf19b6738524383 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-10-10 15:04:52 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-10-10 15:04:52 +0000 print/hplip: use USE_GNOME=pygobject3 helper The helper is equivalent to the previous explicit dependency declaration so no functional or metadata changes. With hat: gnome --- print/hplip/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 4c4d60610e4c..28cfe6069213 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -15,11 +15,11 @@ LIB_DEPENDS= libcupsimage.so:print/cups \ libdbus-1.so:devel/dbus RUN_DEPENDS= cups-filters>=0:print/cups-filters \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}distro>=1.0.1:sysutils/py-distro@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}distro>=1.0.1:sysutils/py-distro@${PY_FLAVOR} -USES= dos2unix jpeg libtool localbase pkgconfig python \ +USES= dos2unix gnome jpeg libtool localbase pkgconfig python \ shebangfix +USE_GNOME= pygobject3:run USE_LDCONFIG= yes DOS2UNIX_FILES= fax/filters/cdmfax/jetlib.cpp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410101506.49AF6BDq062362>