diff options
-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 |