diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-23 14:25:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-23 14:25:26 +0000 |
commit | 4ce8c5ee802fc89d09287e34da3322258658e2cf (patch) | |
tree | f37a0c42c9d711febf43fbc14c30826e27e02fc9 /devel/SDL_gfx | |
parent | 4574fc20372d1cd0f6d1b2e0194f773a97444278 (diff) | |
download | pkgsrc-4ce8c5ee802fc89d09287e34da3322258658e2cf.tar.gz |
Replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.
Diffstat (limited to 'devel/SDL_gfx')
-rw-r--r-- | devel/SDL_gfx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL_gfx/Makefile b/devel/SDL_gfx/Makefile index f574d063c09..b16fb53fcfe 100644 --- a/devel/SDL_gfx/Makefile +++ b/devel/SDL_gfx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/27 18:30:32 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/23 14:25:26 wiz Exp $ # DISTNAME= SDL_gfx-2.0.3 @@ -14,7 +14,7 @@ USE_X11= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .if (${MACHINE_ARCH} != "i386") CONFIGURE_ARGS+= --disable-mmx |