summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-25 09:01:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-25 09:01:25 +0000
commit0a6c60d05632ca7959196f3efd4949a3e681ebab (patch)
tree912fa012a0348fd5a0c256a1e3e6df452be1962e /graphics/tiff/Makefile
parentDistfile has been changed. Use better mirror site. (diff)
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Notes
Notes: svn path=/head/; revision=14893
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index f175b3926147..5c267a223d71 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.11 1998/11/25 05:06:25 jseger Exp $
+# $Id: Makefile,v 1.12 1998/11/25 06:13:41 asami Exp $
#
DISTNAME= tiff-v3.4
@@ -70,7 +70,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images
.endif
.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libtiff.so.1.0 ${PREFIX}/lib/libtiff.so
+ ${LN} -sf libtiff.so.4.0 ${PREFIX}/lib/libtiff.so
.endif
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib