diff options
author | drochner <drochner> | 2002-12-11 14:03:40 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-12-11 14:03:40 +0000 |
commit | 833ceafcbebd89413b6ef428515b35a26e02f50c (patch) | |
tree | a90abe43f94a0be01fde7d99ffdaabcf92c2424a /lang/librep | |
parent | 0dc2d802564ca671e32a6aa0e32fe3828e739dfe (diff) | |
download | pkgsrc-833ceafcbebd89413b6ef428515b35a26e02f50c.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/Makefile | 4 |
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 |