diff options
author | tv <tv@pkgsrc.org> | 1998-07-17 14:33:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-17 14:33:52 +0000 |
commit | a1ecabcf36fec2dca9ba138e81114933c9f955d0 (patch) | |
tree | 184a0802fc7ee0e59e9af73eaf7c86d3c251a519 /graphics/jpeg/Makefile | |
parent | 582bf9eed426f2a8d24ee4036f9220934b6806cb (diff) | |
download | pkgsrc-a1ecabcf36fec2dca9ba138e81114933c9f955d0.tar.gz |
Update to use our pkg version of libtool, rather than its own private
copy.
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 06803d55ea3..074710e907a 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/07/04 09:37:29 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1998/07/17 14:33:52 tv Exp $ # DISTNAME= jpegsrc.v6b @@ -8,9 +8,11 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ MAINTAINER= mycroft@netbsd.org +BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool + WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-shared --enable-static +CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool INSTALL_TARGET= install install-lib .include "../../mk/bsd.pkg.mk" |