Date: Sun, 23 Aug 2015 16:44:17 +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: r395121 - head/graphics/lcms2 Message-ID: <201508231644.t7NGiHYu005246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508231644.t7NGiHYu005246>