Date: Sun, 23 Aug 2015 16:44:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395120 - head/graphics/lcms Message-ID: <201508231644.t7NGiC9G005127@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231644.t7NGiC9G005127>