diff options
author | asami <asami@FreeBSD.org> | 1997-05-29 04:33:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-29 04:33:33 +0000 |
commit | fdd7ea4c9a4eff171d67cd1de2bbebf77fb4dec3 (patch) | |
tree | ef7bfcca091f1a821fd7474972b4d7348d558783 /graphics | |
parent | 0c0e5b528c90bfba808e4fc2f772c6d2156ad954 (diff) | |
download | FreeBSD-ports-fdd7ea4c9a4eff171d67cd1de2bbebf77fb4dec3.zip FreeBSD-ports-fdd7ea4c9a4eff171d67cd1de2bbebf77fb4dec3.tar.gz |
Change shlib version number to "1.0". There was no reason to start
from "4.0".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/files/patch-aa | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/files/patch-aa b/graphics/tiff/files/patch-aa index 63004e0..6a0cc27 100644 --- a/graphics/tiff/files/patch-aa +++ b/graphics/tiff/files/patch-aa @@ -162,7 +162,7 @@ ;; + *-freebsd*) + DSOSUF=so -+ DSOSUF_VERSION=${DSOSUF}.4.0 ++ DSOSUF_VERSION=${DSOSUF}.1.0 + LIBCOPTS='-fpic -DPIC' + DSOOPTS='-Bshareable' + DSO=FREEBSD diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index da86f01..e31d9fa 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -1,5 +1,5 @@ lib/libtiff34.a -lib/libtiff34.so.4.0 +lib/libtiff34.so.1.0 lib/libtiff34.so @exec /sbin/ldconfig -m %D/lib bin/fax2tiff |