summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-12-11 14:03:40 +0000
committerdrochner <drochner@pkgsrc.org>2002-12-11 14:03:40 +0000
commit697e155311c75728666f6d6ce5e9d0ce9f2228ad (patch)
treea90abe43f94a0be01fde7d99ffdaabcf92c2424a /lang/librep
parent36ed86860fb6d8c55dec562cc09874890f18258a (diff)
downloadpkgsrc-697e155311c75728666f6d6ce5e9d0ce9f2228ad.tar.gz
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE, fixes build problem ("cannot find
-liconv") mentioned by Andrew Brown in PM
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index cda85a310c5..05c2fbabe16 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2002/11/01 16:34:39 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2002/12/11 14:03:40 drochner Exp $
#
DISTNAME= librep-${REP_VERS}
@@ -16,7 +16,7 @@ USE_GNU_READLINE= # uses rl_basic_quote_characters
USE_BUILDLINK2= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-readline