pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs21-nox11



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 16 15:20:49 UTC 2018

Modified Files:
        pkgsrc/editors/emacs21-nox11: Makefile

Log Message:
emacs21-nox: explicitly disable X


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/emacs21-nox11/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs21-nox11/Makefile
diff -u pkgsrc/editors/emacs21-nox11/Makefile:1.13 pkgsrc/editors/emacs21-nox11/Makefile:1.14
--- pkgsrc/editors/emacs21-nox11/Makefile:1.13  Sun Jul 23 18:47:09 2017
+++ pkgsrc/editors/emacs21-nox11/Makefile       Tue Jan 16 15:20:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/07/23 18:47:09 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2018/01/16 15:20:48 wiz Exp $
 
 PKGNAME=       emacs21-nox11-${EMACSVERSION}a
 PKGREVISION=   14
@@ -7,5 +7,7 @@ COMMENT_EXTRA=  : non-X11 version
 
 CONFLICTS+=    emacs21-[0-9]*
 
+CONFIGURE_ARGS+=       --without-x
+
 .include "../../editors/emacs21/Makefile.common"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index