diff options
-rw-r--r-- | lang/eieio/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index 31d5a482afa..2c72443caa7 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/08/06 01:44:53 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2010/02/16 20:21:57 joerg Exp $ # DISTNAME= eieio-0.17 @@ -13,6 +13,10 @@ COMMENT= Enhanced Integration of Emacs Interpreted Objects PKG_DESTDIR_SUPPORT= user-destdir +EMACS_VERSIONS_ACCEPTED= \ + emacs20 emacs21 emacs21nox emacs22 emacs22nox \ + xemacs214 xemacs214nox xemacs215 xemacs215nox + EMACS_MODULES+= base MAKEFLAGS+= EMACS=${EMACS_BIN:Q} |