diff options
author | jlam <jlam> | 2006-04-04 17:43:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-04 17:43:05 +0000 |
commit | 86301da4ca2d050f36461a1ec41085635c25f5b4 (patch) | |
tree | 9f1330e9b173c0ca75a4c7e97599e036f9411f16 /lang/ksi | |
parent | c4d6e3a1bd3e9130b479857f703598b894c51d53 (diff) | |
download | pkgsrc-86301da4ca2d050f36461a1ec41085635c25f5b4.tar.gz |
USE_NEW_TEXINFO is dead.
Diffstat (limited to 'lang/ksi')
-rw-r--r-- | lang/ksi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile index 2cbb6972c89..64db16c9fbf 100644 --- a/lang/ksi/Makefile +++ b/lang/ksi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/05 16:27:26 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/04 17:43:05 jlam Exp $ DISTNAME= ksi-3.4.1 PKGREVISION= 4 @@ -16,7 +16,6 @@ INFO_FILES= ksi-lang.info ksi-lib.info ksi.info MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR:Q} USE_GNU_READLINE= # uses rl_event_hook() interface USE_LIBTOOL= yes -USE_NEW_TEXINFO= YES USE_PKGLOCALEDIR= yes .include "../../devel/boehm-gc/buildlink3.mk" |