diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-09 07:49:58 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-09 07:49:58 +0000 |
commit | 4072ee05536898d493b0ac101802edcd6aa50701 (patch) | |
tree | fc3b14e5c74d24dc021915c9bb3ecd8f90ecc990 | |
parent | eb5d756dbaafbaec560cd338e3f0ec95fa4e27a3 (diff) | |
download | freebsd-ports-4072ee05536898d493b0ac101802edcd6aa50701.zip |
Revert r356926 and r356927. Not all ports that depend on lcms* have been
converted to USES=libtool yet, so their .la files may still refer to the
lcms* .la files.
-rw-r--r-- | graphics/lcms/Makefile | 4 | ||||
-rw-r--r-- | graphics/lcms/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/lcms2/Makefile | 4 | ||||
-rw-r--r-- | graphics/lcms2/pkg-plist | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index b1ab4ba7d269..30afe2edf9d7 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -3,7 +3,7 @@ PORTNAME= lcms PORTVERSION= 1.19 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ @@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= libtool pathfix +USES= libtool:keepla pathfix PORTDOCS= * diff --git a/graphics/lcms/pkg-plist b/graphics/lcms/pkg-plist index ba00d78d28dd..c32971a6ee7e 100644 --- a/graphics/lcms/pkg-plist +++ b/graphics/lcms/pkg-plist @@ -4,6 +4,7 @@ include/icc34.h include/lcms.h lib/liblcms.a +lib/liblcms.la lib/liblcms.so lib/liblcms.so.1 lib/liblcms.so.1.0.19 diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index 24e41784a384..a17f04199efc 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -3,7 +3,7 @@ PORTNAME= lcms2 PORTVERSION= 2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/lcms/lcms/${PORTVERSION} \ http://www.littlecms.com/ @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= libtool pathfix +USES= libtool:keepla pathfix PORTDOCS= * diff --git a/graphics/lcms2/pkg-plist b/graphics/lcms2/pkg-plist index 790c47f08455..2ef3ddf55537 100644 --- a/graphics/lcms2/pkg-plist +++ b/graphics/lcms2/pkg-plist @@ -6,6 +6,7 @@ bin/transicc include/lcms2.h include/lcms2_plugin.h lib/liblcms2.a +lib/liblcms2.la lib/liblcms2.so lib/liblcms2.so.2 lib/liblcms2.so.2.0.6 |