diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-01-27 20:01:40 +0100 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-01-27 20:03:23 +0100 |
commit | 30228b4054de23d900d39c6df1bd6dfcc4503929 (patch) | |
tree | 5b3ea2f59d226712fe159d1a20870578b63ee204 | |
parent | 99a57a86dd1dc2ba4dd24f6b5d70f2f5606d0c6b (diff) | |
download | freebsd-ports-30228b4054de23d900d39c6df1bd6dfcc4503929.zip |
graphics/libdrm: Remove @${PY_FLAVOR}
While it works fine when building directly the port poudriere complains :
[00:00:06] Warning: (graphics/libdrm): Error: graphics/libdrm has dependency on textproc/py-docutils with invalid empty FLAVOR; Please contact maintainer of the port to fix this.
portlint suggested this but this seems wrong.
Fixes: 67c3a731efe7 ("graphics/libdrm: Always enable manpages")
Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r-- | graphics/libdrm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 76f6ad230e00..bf580a280d89 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -11,7 +11,7 @@ WWW= https://dri.freedesktop.org/ LICENSE= MIT -BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} +BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpciaccess.so:devel/libpciaccess USES= gnome meson pkgconfig tar:xz |