diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-23 16:44:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-23 16:44:11 +0000 |
commit | df6dc60a582f41e6cfcfbfc69993e5338b89e07c (patch) | |
tree | 767110eab8f2bf63fe379e9be16e7f288ad6954c /graphics/lcms | |
parent | 6ea8dbba59229635685e93b330f13aed484bc167 (diff) |
- Remove :keepla from USES=libtool
Notes
Notes:
svn path=/head/; revision=395120
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 4 | ||||
-rw-r--r-- | graphics/lcms/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 3b286e3b2c2e..097e3af0466a 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -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= * diff --git a/graphics/lcms/pkg-plist b/graphics/lcms/pkg-plist index c32971a6ee7e..ba00d78d28dd 100644 --- a/graphics/lcms/pkg-plist +++ b/graphics/lcms/pkg-plist @@ -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 |