Move things around so that diff against wip/emacs-current/Makefile gets

smaller.
This commit is contained in:
Masao Uebayashi 2007-06-07 05:07:54 +00:00 committed by Thomas Klausner
parent 4f034e2134
commit 7cf93bb2e8

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2007/06/07 04:59:44 uebayasi Exp $
# $NetBSD: Makefile,v 1.7 2007/06/07 05:07:54 uebayasi Exp $
DISTNAME= emacs-22.1
CATEGORIES= editors
@ -8,7 +8,6 @@ COMMENT= GNU editing macros (editor)
CONFLICTS+= emacs-nox11-[0-9]*
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --srcdir=${WRKSRC:Q}
# XXX emacs-xaw3d vs. xaw
@ -19,6 +18,8 @@ PKG_OPTIONS_GROUP.toolkit= emacs-xaw3d motif gtk xaw
.if !empty(PKG_OPTIONS:Mmotif) || !empty(PKG_OPTIONS:Memacs-xaw3d) || \
!empty(PKG_OPTIONS:Mgtk) || !empty(PKG_OPTIONS:Mxaw)
CONFIGURE_ARGS+= --with-x
.include "../../x11/libXpm/buildlink3.mk"
CONFIGURE_ARGS+= --with-xpm
.include "../../graphics/jpeg/buildlink3.mk"