Use Cocoa by default on Darwin. Bump PKGREVISION.
This commit is contained in:
parent
f8a81a183d
commit
4f4314b365
2 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue