summaryrefslogtreecommitdiff
path: root/editors/xemacs-nox11
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-30 23:27:14 +0000
committerwiz <wiz>2016-12-30 23:27:14 +0000
commita7edbdb63cfa88902d70f1a4813c346cc95acc85 (patch)
tree94bafc7f196fe01409e3fbe8f00d17614e5d7105 /editors/xemacs-nox11
parent4befe857984cbea3f9539ac931422de8243b185d (diff)
downloadpkgsrc-a7edbdb63cfa88902d70f1a4813c346cc95acc85.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"