diff options
author | reg <reg@FreeBSD.org> | 2000-10-03 00:54:04 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-03 00:54:04 +0000 |
commit | e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9 (patch) | |
tree | 204aac5d58aa3fe13407982affa2f116117d031b /graphics/jpeg/Makefile | |
parent | e266fda55168b4994351aad80ae35aa039f9b893 (diff) | |
download | FreeBSD-ports-e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9.zip FreeBSD-ports-e3e51e8117c04767f1b2c22d9fd4e83d51f2d9d9.tar.gz |
Correct USE_LIBTOOL usage.
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index b72f77a..6997d9f 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) |