From a7edbdb63cfa88902d70f1a4813c346cc95acc85 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 30 Dec 2016 23:27:14 +0000 Subject: Fix options framework abuse by xemacs-nox11/xemacs. Partially tested, xemacs-nox11 hangs during build with 99% CPU for me. --- editors/xemacs-nox11/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'editors/xemacs-nox11') diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index 7f2d5cc286e..da5d5777164 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,13 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2016/04/13 13:54:30 hauke Exp $ +# $NetBSD: Makefile,v 1.23 2016/12/30 23:27:14 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} +COMMENT= XEmacs text editor version 21 (no x11 support) -FILESDIR= ${.CURDIR}/../../editors/xemacs/files -PATCHDIR= ${.CURDIR}/../../editors/xemacs/patches -PKGDIR= ${.CURDIR}/../../editors/xemacs - -.include "../../mk/bsd.prefs.mk" - -PKG_OPTIONS.xemacs+= -x11 - -.include "../../editors/xemacs/Makefile" +.include "../../editors/xemacs/Makefile.common" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3