diff options
| author | Joseph Mingrone <jrm@FreeBSD.org> | 2024-10-27 23:26:02 -0300 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-10-28 10:21:43 -0300 |
| commit | 2dcdb1f08ada9c7db8affa6c8a125763294c6e32 (patch) | |
| tree | 2dfac59afb2386f4b106dddd61b4221b5d04ebec | |
| parent | www/homer-web: update to 24.10.2 (diff) | |
editors/emacs: Add XPM to OPTIONS_DEFAULT
PR: 282293
Reviewed by: emacs (yasu)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47301
| -rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 123e04062d20..794ecf2fc907 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,5 +1,6 @@ PORTNAME= emacs DISTVERSION= 29.4 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU @@ -106,7 +107,7 @@ OPTIONS_DEFINE= ACL DBUS GNUTLS GSETTINGS HARFBUZZ JSON LCMS2 \ OPTIONS_DEFAULT= ACL CAIRO DBUS GIF GNUTLS GSETTINGS GTK3 \ HARFBUZZ JPEG JSON KQUEUE LCMS2 MAILUTILS \ MODULES OSS PNG SCROLLBARS SOURCES SQLITE3 SVG \ - THREADS TIFF TREESITTER WEBP XIM XML + THREADS TIFF TREESITTER WEBP XIM XML XPM OPTIONS_GROUP= GRAPHICS OPTIONS_GROUP_GRAPHICS= CAIRO GIF JPEG MAGICK PNG SVG TIFF WEBP XPM OPTIONS_RADIO= FILENOTIFY SOUND X11TOOLKIT |
