782b4278ac
prevent unrequisite warning messages on NetBSD-alpha (patch-ac) and NetBSD-mips variants (patch-af). fixes PR 39027. Bump PKGREVISION.
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.30 2009/10/07 10:56:40 obache Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-nox11-/}
|
|
PKGREVISION= 1
|
|
|
|
CONFLICTS+= emacs-[0-9]*
|
|
|
|
FILESDIR= ${.CURDIR}/../../editors/emacs/files
|
|
PATCHDIR= ${.CURDIR}/../../editors/emacs/patches
|
|
PKGDIR= ${.CURDIR}/../../editors/emacs
|
|
|
|
.include "../../editors/emacs/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \
|
|
--without-rsvg --without-x --without-xft \
|
|
--without-gif --without-jpeg --without-png \
|
|
--without-tiff --without-xpm
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|