summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-05-31 09:58:24 +0000
committerjperkin <jperkin@pkgsrc.org>2016-05-31 09:58:24 +0000
commit24aab6ad6d971d0dd59c61088fb173328818e6c0 (patch)
treeeaaaf6a9b60b7f8b536787759382c815842ced0f /editors
parent805131ff7c8ecde90ce31fb41fe6c354df446c11 (diff)
downloadpkgsrc-24aab6ad6d971d0dd59c61088fb173328818e6c0.tar.gz
Use Cocoa by default on Darwin. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs23/Makefile4
-rw-r--r--editors/emacs23/options.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index cd8077f0f3b..15d4bb86266 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2016/04/11 19:01:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2016/05/31 09:58:24 jperkin Exp $
CONFLICTS+= emacs23-nox11-[0-9]*
.include "../../editors/emacs23/Makefile.common"
-PKGREVISION= 36
+PKGREVISION= 37
.include "options.mk"
diff --git a/editors/emacs23/options.mk b/editors/emacs23/options.mk
index c64b7d4718c..7e3c0fef0be 100644
--- a/editors/emacs23/options.mk
+++ b/editors/emacs23/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2014/05/31 15:56:26 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2016/05/31 09:58:24 jperkin Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
@@ -7,7 +7,9 @@ PKG_OPTIONS_OPTIONAL_GROUPS+= window-system
PKG_OPTIONS_GROUP.window-system= x11 nextstep
PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit
PKG_OPTIONS_GROUP.toolkit= gtk 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"