diff options
author | jseger <jseger@FreeBSD.org> | 2000-07-30 03:32:27 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-07-30 03:32:27 +0000 |
commit | b8abd7b13f7f26c74596ccdb8ee0a5905b73bf6a (patch) | |
tree | 97dbe469710af01dc90eb5ba4ab2493bd12e989c /graphics/jpeg/Makefile | |
parent | 05468d1ab2a17f57fbbf4281c07b22e9c9a30126 (diff) | |
download | FreeBSD-ports-b8abd7b13f7f26c74596ccdb8ee0a5905b73bf6a.zip FreeBSD-ports-b8abd7b13f7f26c74596ccdb8ee0a5905b73bf6a.tar.gz |
/usr/local/bin/libtool -> ${LIBTOOL}
PR: ports/19450
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 7b0ffb0..52bf164 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static +CONFIGURE_ENV= LIBTOOL=${LIBTOOL} MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 USE_LIBTOOL= yes |