diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-09-18 22:04:16 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-09-18 22:04:16 +0000 |
commit | 77d4ce0fa7285d399c817ceacc3572e56f6044dc (patch) | |
tree | 306dfe39695eba7c30c7dd8d2c487dc6407cd190 /graphics | |
parent | This is a port for LEIM (Libraries of Emacs Input Method) (diff) |
Convert to Elf
Notes
Notes:
svn path=/head/; revision=13218
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 7b0663715521..47dcff37309a 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,7 +5,7 @@ # Mikhail Teterin <mi@aldan.ziplink.net> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.8 1998/05/04 20:23:10 jseger Exp $ +# $Id: Makefile,v 1.9 1998/09/15 11:45:58 asami Exp $ # DISTNAME= tiff-v3.4 @@ -67,6 +67,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images .endif - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |