diff options
author | grant <grant@pkgsrc.org> | 2002-12-19 12:41:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-19 12:41:02 +0000 |
commit | dd9c4f2490fbd832d2a7815df79cdbf7cab80a1f (patch) | |
tree | abd2db05f676f581ef1e578dbdd93c8a35ab1997 /graphics/imlib2 | |
parent | 4045d1107598643eb2e0586ffde58b8a1351bcd0 (diff) | |
download | pkgsrc-dd9c4f2490fbd832d2a7815df79cdbf7cab80a1f.tar.gz |
allow this to build by replacing the use of LTCONFIG_OVERRIDE with
LIBTOOL_OVERRIDE.
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index fc33ea648c8..ea9713fc610 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/21 15:10:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/19 12:45:47 grant Exp $ # DISTNAME= imlib2-1.0.3 @@ -15,7 +15,7 @@ USE_X11BASE= YES USE_LIBTOOL= YES USE_BUILDLINK2= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../mk/bsd.prefs.mk" |