diff options
author | salo <salo@pkgsrc.org> | 2003-02-18 05:32:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-18 05:32:16 +0000 |
commit | 51092b72bf6c8cc0a32bb52dae404e69d96edaec (patch) | |
tree | cf313c75eefb64db6169a35aa145938801e8c26c /graphics | |
parent | 421e0e28def4ed969293b6240251766172362ad3 (diff) | |
download | pkgsrc-51092b72bf6c8cc0a32bb52dae404e69d96edaec.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 |