summaryrefslogtreecommitdiff
path: root/editors/xemacs-nox11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-30 23:27:14 +0000
committerwiz <wiz@pkgsrc.org>2016-12-30 23:27:14 +0000
commit2408095013e3aa8e35e0e7d37fb1d01deb9870ee (patch)
tree0b6bff263f69c9dd4ef5fe916176c532953a079b /editors/xemacs-nox11
parent24e3338b40482ec0079df13e5ccccb7ce1e2e399 (diff)
downloadpkgsrc-2408095013e3aa8e35e0e7d37fb1d01deb9870ee.tar.gz
Fix options framework abuse by xemacs-nox11/xemacs.
Partially tested, xemacs-nox11 hangs during build with 99% CPU for me.
Diffstat (limited to 'editors/xemacs-nox11')
-rw-r--r--editors/xemacs-nox11/Makefile14
1 files changed, 4 insertions, 10 deletions
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"