diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-29 20:30:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-29 20:30:46 +0000 |
commit | d1d06738dccd607c054f9b1620f01405f70c75ae (patch) | |
tree | 6b1a14d0b31c686b724c60f1e617dd91e261d31c /x11/gtk-- | |
parent | eb47a10ca066a1b347c5e90cba93a2cb4409759b (diff) | |
download | pkgsrc-d1d06738dccd607c054f9b1620f01405f70c75ae.tar.gz |
Replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. Noted by Manuel Bouyer.
Diffstat (limited to 'x11/gtk--')
-rw-r--r-- | x11/gtk--/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index ad6419ed3c5..636865004c8 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/19 10:55:02 rh Exp $ +# $NetBSD: Makefile,v 1.27 2002/10/29 20:30:46 wiz Exp $ # DISTNAME= gtkmm-1.2.10 @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES USE_PERL5= build USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS= --enable-static M4= ${LOCALBASE}/bin/gm4 |