diff options
author | salo <salo> | 2003-02-18 05:32:16 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-18 05:32:16 +0000 |
commit | 42df2262af2da12ddd8f261035369ecf4a2191c2 (patch) | |
tree | cf313c75eefb64db6169a35aa145938801e8c26c /graphics | |
parent | 6909db61586f78420d88ad35ecbec264f90bf101 (diff) | |
download | pkgsrc-42df2262af2da12ddd8f261035369ecf4a2191c2.tar.gz |
LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDE
Addresses PR pkg/20402 by Stephen Degler.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index c3345a0a9bd..f6383d4fcba 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/08/25 18:39:13 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2003/02/18 05:32:16 salo Exp $ # DISTNAME= jpegsrc.v6b @@ -12,7 +12,7 @@ HOMEPAGE= http://www.ijg.org/ COMMENT= IJG's jpeg compression utilities USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_BUILDLINK2= yes GNU_CONFIGURE= yes |