blob: ce582afdde0a298ffe68446411dfea95ed2c2cfd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.9 2022/05/14 22:25:34 dholland Exp $
PKGNAME= emacs20-${DISTNAME}
PKGREVISION= 5
EMACS_VERSIONS_ACCEPTED= emacs20
CONFLICTS+= elib-[0-9]*
.include "../../devel/elib/Makefile.common"
|