From ac89e16f26fceef6fca2dbab8f14a0cbc964233a Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 21 Dec 2022 17:38:48 +0000 Subject: [PATCH] editors/emacs-devel: limit wayland category to PGTK option Don't advertise -nox flavor (no GUI) as having Wayland support. --- editors/emacs-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 8f8492f189be..ffd61dd1ffb6 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= emacs DISTVERSION= 30.0.50.20221216 PORTEPOCH= 3 -CATEGORIES= editors wayland +CATEGORIES= editors PKGNAMESUFFIX= -devel MAINTAINER= emacs@FreeBSD.org @@ -181,6 +181,7 @@ OTF_LIB_DEPENDS= libotf.so:print/libotf OTF_CONFIGURE_WITH= libotf PGTK_IMPLIES= CAIRO GTK3 PGTK_PREVENTS= M17N XFT XPM +PGTK_CATEGORIES= wayland PGTK_CONFIGURE_WITH= pgtk PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CONFIGURE_WITH= png