diff options
author | joerg <joerg@pkgsrc.org> | 2017-09-30 10:09:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-09-30 10:09:28 +0000 |
commit | 1165cd3086d7ad1f5cb4332022d6fbc092418623 (patch) | |
tree | 305832fdf19cc2bbb8f25923a937210b95d891a5 | |
parent | c9dd87f03d1efea59766bd7f5bf5327d22f52b72 (diff) | |
download | pkgsrc-1165cd3086d7ad1f5cb4332022d6fbc092418623.tar.gz |
Fix syntax error.
-rw-r--r-- | lang/eieio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index fb7ab61892d..88f4246650b 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/09/29 12:40:27 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/09/30 10:09:28 joerg Exp $ DISTNAME= eieio-0.17 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= http://cedet.sourceforge.net/eieio.shtml COMMENT= Enhanced Integration of Emacs Interpreted Objects EMACS_VERSIONS_ACCEPTED= \ - emacs20 emacs21 emacs21nox + emacs20 emacs21 emacs21nox \ xemacs214 xemacs214nox xemacs215 xemacs215nox EMACS_MODULES+= base |