svn commit: r395120 - head/graphics/lcms

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 16:44:13 UTC 2015


Author: sunpoet
Date: Sun Aug 23 16:44:11 2015
New Revision: 395120
URL: https://svnweb.freebsd.org/changeset/ports/395120

Log:
  - Remove :keepla from USES=libtool

Modified:
  head/graphics/lcms/Makefile
  head/graphics/lcms/pkg-plist

Modified: head/graphics/lcms/Makefile
==============================================================================
--- head/graphics/lcms/Makefile	Sun Aug 23 16:41:23 2015	(r395119)
+++ head/graphics/lcms/Makefile	Sun Aug 23 16:44:11 2015	(r395120)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lcms
 PORTVERSION=	1.19
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
@@ -25,7 +25,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		libtool:keepla pathfix
+USES=		libtool pathfix
 
 PORTDOCS=	*
 

Modified: head/graphics/lcms/pkg-plist
==============================================================================
--- head/graphics/lcms/pkg-plist	Sun Aug 23 16:41:23 2015	(r395119)
+++ head/graphics/lcms/pkg-plist	Sun Aug 23 16:44:11 2015	(r395120)
@@ -4,7 +4,6 @@
 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


More information about the svn-ports-all mailing list