diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /lang/gforth | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index bcf492af02f..a7d9da2e82a 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:44:28 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/09 10:59:08 seb Exp $ DISTNAME= gforth-0.5.0 CATEGORIES= lang @@ -13,7 +13,6 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc GNU_CONFIGURE= YES # Make sure elisp will be installed even if no emacs installed. CONFIGURE_ENV+= EMACS=${PREFIX}/bin/emacs -USE_NEW_TEXINFO= YES INFO_FILES= gforth.info PLIST_SRC= ${WRKDIR}/PLIST |