diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2024-11-19 16:55:04 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2024-11-19 16:59:07 +0000 |
commit | 48060e03b677c1060149c64e8d90b93a3bd7bb2b (patch) | |
tree | 85c6420bcbcbc872ba5ed430166d43bfcc6e99d8 /astro | |
parent | 5c3d5f53fc7c6b33e7f9b8c2ba5cdf9e33a56788 (diff) |
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.
With hat: gnome
PR: 273722
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index baa6bc079526..be5742574cf5 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -146,12 +146,10 @@ RECONFIGURE_MAKE_ARGS_OFF= reconfigure=no CPPBIND_MAKE_ARGS_OFF= libgpsmm=no PYSERIAL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} PYSERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} -X11_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} -X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} +X11_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} +X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} X11_USES= gnome -X11_USE= GNOME=gtk30 +X11_USE= gnome=gtk30 pygobject3 X11_MAKE_ARGS_OFF= xgps=no # Build control |