aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg/Makefile
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-03 00:54:04 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-03 00:54:04 +0000
commit949601261bde334b690b6f1b9330e034738be810 (patch)
treeee5087b07ed6edc20b9823d389779e4eebf4e1ab /graphics/jpeg/Makefile
parentbf9c34c54908b9be8fa1d681f8273cb039a3554e (diff)
downloadports-949601261bde334b690b6f1b9330e034738be810.tar.gz
ports-949601261bde334b690b6f1b9330e034738be810.zip
Notes
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r--graphics/jpeg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index b72f77a33b27..6997d9f42264 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -16,11 +16,12 @@ DISTNAME= jpegsrc.v${PORTVERSION}
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/jpeg-6b
+
+USE_LIBTOOL= yes
INSTALLS_SHLIB= 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
post-install:
.if !defined(NOPORTDOCS)