diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-05-31 09:54:46 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-05-31 09:54:46 +0000 |
commit | 469cdadbb40aed2cc9855e1a9b83cddd0b3cb7de (patch) | |
tree | a37d81e2943d20f3449b9e43c284d4c9ed0e0385 /editors | |
parent | 1a157bff31632d8a1424433c0942dd1e50a80492 (diff) | |
download | pkgsrc-469cdadbb40aed2cc9855e1a9b83cddd0b3cb7de.tar.gz |
Use Cocoa by default on Darwin. Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs24/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs24/options.mk | 6 |
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" |