diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-09 15:29:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-09 15:29:51 +0000 |
commit | cb396e874ed000fc01c8e7fd5dbe749531cc3f0a (patch) | |
tree | 45d2fd7ef9a6053a2c5d9d740d3fdbc27ca8ed95 /graphics | |
parent | e33bbd15aa21654af8d84d9e89921393477ad01e (diff) | |
download | pkgsrc-cb396e874ed000fc01c8e7fd5dbe749531cc3f0a.tar.gz |
This uses no longer uses ltconfig, so set LIBTOOL_OVERRIDE instead of
LTCONFIG_OVERRIDE.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index bba3806231f..24a0d81a352 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2002/03/29 18:01:13 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2002/04/09 15:29:51 jlam Exp $ # DISTNAME= imlib-1.9.14 @@ -11,7 +11,7 @@ COMMENT= image manipulation library for X11 USE_X11BASE= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes PLIST_SUBST+= LOCALBASE=${LOCALBASE} USE_GMAKE= yes |