diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-21 14:57:39 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-21 14:57:39 +0000 |
commit | 82562dd107ed9880fa7a868d0139feb8d54847f9 (patch) | |
tree | 72294dcf7570a0ea84be717463549e3e989924c5 /graphics/jpeg-mmx/Makefile | |
parent | portlint: (diff) |
Add USE_LIBTOOL, remove libtool patch. This should allow building
on 5.X
Notes
Notes:
svn path=/head/; revision=26915
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index ae70abc14f16..2dfd6e40aa23 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/jpeg-6b GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 +USE_LIBTOOL= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |