diff options
author | asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
commit | 65e8bdc74a95fd59f28654e9b1ab558234d7a1b1 (patch) | |
tree | 854720a9d0c3b3b7ed08c5e6daca96122dc102de /graphics/tiff/pkg-plist | |
parent | b1b71cdbf39fd13dd75ea7fb88a330b5270da08d (diff) | |
download | FreeBSD-ports-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.zip FreeBSD-ports-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.gz |
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Diffstat (limited to 'graphics/tiff/pkg-plist')
-rw-r--r-- | graphics/tiff/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index 3b46e79..b41474f 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -1,5 +1,5 @@ lib/libtiff.a -lib/libtiff.so.1 +lib/libtiff.so.4 lib/libtiff.so @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |