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 /net/scli | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'net/scli')
-rw-r--r-- | net/scli/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile index e445f35fe05..d951c692cc2 100644 --- a/net/scli/Makefile +++ b/net/scli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/08/04 14:12:58 seb Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/09 11:16:24 seb Exp $ # DISTNAME= scli-0.2.12 @@ -20,7 +20,6 @@ BUILDLINK_DEPENDS.readline?= readline>=4.0 CONFIGURE_ARGS+= --with-xml-prefix=${BUILDLINK_PREFIX.libxml2} -USE_NEW_TEXINFO= YES INFO_FILES= scli.info .for _p_ in ncurses readline |