diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-09-24 00:37:01 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-09-24 00:37:01 +0000 |
commit | 70026ed367e8c157568efcefc8317a15f80f458c (patch) | |
tree | f0307911da71231ae3131ae697f4dbc892480e94 /editors/emacs | |
parent | 3ac80e007e88d7c96e9b23cce97ff858479cd9dc (diff) | |
download | pkgsrc-70026ed367e8c157568efcefc8317a15f80f458c.tar.gz |
Libtool is required. PR#18390 by Gordon Zaft.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 1a097b9f809..550980e34bc 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2002/08/21 02:23:04 grant Exp $ +# $NetBSD: Makefile,v 1.48 2002/09/24 00:37:01 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-20.7 @@ -13,6 +13,7 @@ CONFLICTS= mule-[0-9]* GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBTOOL= yes GNU_ARCH.mipsbe= mips BUILD_DEFS+= USE_INET6 EMACS_USE_POP EMACS_USE_X EMACS_USE_X_TOOLKIT |