summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx/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-mmx/Makefile
parentCorrect and sort PLISTs. (diff)
Correct USE_LIBTOOL usage.
Notes
Notes: svn path=/head/; revision=33339
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r--graphics/jpeg-mmx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index b72f77a33b27..6997d9f42264 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/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)