diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-07-06 16:10:18 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-07-06 16:10:18 +0000 |
commit | 131916b44a87ef5edc5cc61ad5e4df5c0f725424 (patch) | |
tree | dc4cf9736079d38b487a10aea120e6f6f63e23ff /editors/emacs/Makefile | |
parent | a491ddf992e6f186ae111e200cc0782745361d95 (diff) | |
download | pkgsrc-131916b44a87ef5edc5cc61ad5e4df5c0f725424.tar.gz |
On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Or
"temacs" fails to start.
(Actually, I don't understand the fact inside.)
Bump revision to 2.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index aafaeb25fde..053cfb5ef13 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2003/06/23 13:24:29 seb Exp $ +# $NetBSD: Makefile,v 1.60 2003/07/06 16:10:18 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |