diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-11-06 05:29:10 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-11-06 05:29:10 +0000 |
commit | 7e205eb59a41c9fb5e733ca08edce7de0f8d3491 (patch) | |
tree | dd34c053ae94008f157e0020e18606c6691071b6 /graphics/lcms/files | |
parent | Finally upgrade to 1.0.4... (diff) |
Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.
Install JPEG-related sample files in addition to the TIFF sample. All
this samples can be built by the port, BTW, but would require
lib-dependency on libtiff and libjpeg.
Notes
Notes:
svn path=/head/; revision=69562
Diffstat (limited to 'graphics/lcms/files')
-rw-r--r-- | graphics/lcms/files/Makefile.bsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lcms/files/Makefile.bsd b/graphics/lcms/files/Makefile.bsd index 514eacd113b8..b94018812f88 100644 --- a/graphics/lcms/files/Makefile.bsd +++ b/graphics/lcms/files/Makefile.bsd @@ -1,8 +1,8 @@ LIB=lcms SHLIB_MAJOR= 1 -SHLIB_MINOR= 8 +SHLIB_MINOR= 9 -SRCS!= make -f ${.CURDIR}/Makefile -V SRCS +SRCS!= make -V SRCS NOPROFILE=YES |