diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-17 13:36:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-17 13:36:29 +0000 |
commit | 1603cca51a524df7c65621562247904f882ed0ba (patch) | |
tree | d98269789ab09756ccc9c5923920504919c98f3b /editors/emacs20 | |
parent | 6c5832f3794800ce86694c06adb523c9ca37c07b (diff) | |
download | pkgsrc-1603cca51a524df7c65621562247904f882ed0ba.tar.gz |
Does not really use libtool, so don't set USE_LIBTOOL. Solves part of
PR 28977 by Greg A. Woods.
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 6d174408bd5..c888c8c6170 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/02/09 16:09:43 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2005/03/17 13:36:29 wiz Exp $ DISTNAME= emacs-20.7 PKGREVISION= 5 @@ -25,7 +25,6 @@ CONFLICTS= mule-[0-9]* USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -USE_LIBTOOL= yes GNU_ARCH.mipsbe= mips BUILD_DEFS+= USE_INET6 EMACS_USE_POP |