svn commit: r395121 - head/graphics/lcms2

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


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

Log:
  - Remove :keepla from USES=libtool

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

Modified: head/graphics/lcms2/Makefile
==============================================================================
--- head/graphics/lcms2/Makefile	Sun Aug 23 16:44:11 2015	(r395120)
+++ head/graphics/lcms2/Makefile	Sun Aug 23 16:44:16 2015	(r395121)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lcms2
 PORTVERSION=	2.7
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lcms/lcms/${PORTVERSION}
 
@@ -22,7 +23,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/lcms2/pkg-plist
==============================================================================
--- head/graphics/lcms2/pkg-plist	Sun Aug 23 16:44:11 2015	(r395120)
+++ head/graphics/lcms2/pkg-plist	Sun Aug 23 16:44:16 2015	(r395121)
@@ -6,7 +6,6 @@ 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.7


More information about the svn-ports-all mailing list