diff options
author | uebayasi <uebayasi> | 2007-10-29 12:38:02 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2007-10-29 12:38:02 +0000 |
commit | 3966286a257bd0aee0584d786a8c38d5b7729d5c (patch) | |
tree | 3a3e10b17c34b8994332816df1b06faea67782ca /editors/emacs21-nox11 | |
parent | 7ac2f99a80bc44708ae67061f8ee3faf1b275535 (diff) | |
download | pkgsrc-3966286a257bd0aee0584d786a8c38d5b7729d5c.tar.gz |
Fix build of emacs21-nox11.
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r-- | editors/emacs21-nox11/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile index f5d57e7caab..0824f62919c 100644 --- a/editors/emacs21-nox11/Makefile +++ b/editors/emacs21-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/08/13 12:40:59 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2007/10/29 12:38:02 uebayasi Exp $ PKGNAME= emacs-nox11-${EMACSVERSION}a CATEGORIES= editors @@ -11,4 +11,8 @@ CONFLICTS+= emacs-[0-9]* # Forcibly remove any "x11" options. PKG_OPTIONS.emacs+= -x11 -emacs-xaw3d -motif -xaw -.include "../../editors/emacs21/Makefile" +.include "../../editors/emacs21/options.mk" + +.include "../../editors/emacs21/Makefile.common" + +.include "../../mk/bsd.pkg.mk" |