1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

Revert "graphics/rubygem-mini_magick: Add x11 and nox11 flavors"

This reverts commit 0c0accd4eb.

This breaks building leaf port without x11 (redmine in particular)

PR:		282726
Approved by:	maintainer timeout (6+ months)
This commit is contained in:
Mikael Urankar
2025-09-08 09:38:01 +02:00
parent 32398f46ab
commit 969d41e82e
+1 -4
View File
@@ -13,11 +13,8 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-logger>=0:devel/rubygem-logger
USES= gem magick:${FLAVOR}
USES= gem magick
NO_ARCH= yes
FLAVORS= x11 nox11
FLAVOR?= ${FLAVORS:[1]}
nox11_PKGNAMESUFFIX= -nox11
.include <bsd.port.mk>