pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Sep 6 01:54:14 UTC 2020
Modified Files:
pkgsrc/editors/emacs: Makefile.common
Log Message:
emacs: EMACS_TYPE=emacs27 depends on editors/emacs27
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/editors/emacs/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs/Makefile.common
diff -u pkgsrc/editors/emacs/Makefile.common:1.44 pkgsrc/editors/emacs/Makefile.common:1.45
--- pkgsrc/editors/emacs/Makefile.common:1.44 Sat Jun 8 10:40:54 2019
+++ pkgsrc/editors/emacs/Makefile.common Sun Sep 6 01:54:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2019/06/08 10:40:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.45 2020/09/06 01:54:14 ryoon Exp $
#
# used by editors/emacs/Makefile
# used by editors/emacs-nox11/Makefile
@@ -38,7 +38,7 @@ PKG_FAIL_REASON+= "EMACS_TYPE is xemacs.
# (Set these to avoid crashing out below.)
EMACS_PKGDIR= ../../editors/xemacs
EMACS_PACKAGE= xemacs
-.elif ${MY_EMACS_TYPE} == "emacs27"
+.elif ${MY_EMACS_TYPE} == "emacs28"
EMACS_PKGDIR= ../../editors/emacs-snapshot
EMACS_PACKAGE= ${EMACS_BASE_TYPE}
.elif !empty(MY_EMACS_TYPE:M*nox)
Home |
Main Index |
Thread Index |
Old Index