summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-24 01:56:59 +0000
committertv <tv@pkgsrc.org>1998-07-24 01:56:59 +0000
commita75a2272cdba8bba4c8412d13c47b6c1654fca7a (patch)
tree4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /graphics/jpeg
parent519925679a875824eb9fc2abd0338a15730e86e1 (diff)
downloadpkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz
Update to use USE_LIBTOOL.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r--graphics/jpeg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 074710e907a..a54281638b9 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/17 14:33:52 tv Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/24 01:57:00 tv Exp $
#
DISTNAME= jpegsrc.v6b
@@ -8,11 +8,11 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
MAINTAINER= mycroft@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+USE_LIBTOOL= yes
-WRKSRC= ${WRKDIR}/jpeg-6b
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBTOOL=${PREFIX}/bin/libtool
INSTALL_TARGET= install install-lib
+WRKSRC= ${WRKDIR}/jpeg-6b
+
.include "../../mk/bsd.pkg.mk"