summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-05-31 09:54:46 +0000
committerjperkin <jperkin>2016-05-31 09:54:46 +0000
commitd5e671d0ce2a5cfd772c463fef5d8fca7f55b84b (patch)
tree153bde013b5e8966056bf8e374d45678c5f5d10a /editors
parent7e51ed9ab4667cec9ceccd6f3fad4aa5bb126bde (diff)
downloadpkgsrc-d5e671d0ce2a5cfd772c463fef5d8fca7f55b84b.tar.gz
Use Cocoa by default on Darwin. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs24/Makefile4
-rw-r--r--editors/emacs24/options.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile
index 6dbc407c435..8d193f4989a 100644
--- a/editors/emacs24/Makefile
+++ b/editors/emacs24/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2016/04/11 19:01:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2016/05/31 09:54:46 jperkin Exp $
CONFLICTS+= emacs24-nox11-[0-9]*
-PKGREVISION= 10
+PKGREVISION= 11
.include "../../editors/emacs24/Makefile.common"
.include "options.mk"
diff --git a/editors/emacs24/options.mk b/editors/emacs24/options.mk
index ea9200703b6..a5d65010823 100644
--- a/editors/emacs24/options.mk
+++ b/editors/emacs24/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2015/12/28 13:31:37 bsiegert Exp $
+# $NetBSD: options.mk,v 1.7 2016/05/31 09:54:46 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -6,7 +6,9 @@ PKG_OPTIONS_OPTIONAL_GROUPS+= window-system
PKG_OPTIONS_GROUP.window-system= x11 nextstep
PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit
PKG_OPTIONS_GROUP.toolkit= gtk2 gtk3 motif xaw
-PKG_SUGGESTED_OPTIONS= dbus svg x11 xft2
+PKG_SUGGESTED_OPTIONS.Darwin= nextstep
+PKG_SUGGESTED_OPTIONS.*= x11
+PKG_SUGGESTED_OPTIONS= dbus svg xft2
.include "../../mk/bsd.options.mk"