diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-08 00:45:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-08 00:45:36 +0800 |
commit | 1ba19aecc444e6317f53eb15515ae150f09552b1 (patch) | |
tree | 049138b8ec889c4659e23190dd76acb391e00fde | |
parent | 9596bfcd4dbee35d948f8adefdf6c718a039504a (diff) | |
download | freebsd-ports-gnome-1ba19aecc444e6317f53eb15515ae150f09552b1.tar.gz freebsd-ports-gnome-1ba19aecc444e6317f53eb15515ae150f09552b1.tar.zst freebsd-ports-gnome-1ba19aecc444e6317f53eb15515ae150f09552b1.zip |
- Use USES=libtool
- Bump PORTREVISION for package change
-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 a9d9f8535a9c..b1ab4ba7d269 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -3,7 +3,7 @@ PORTNAME= lcms PORTVERSION= 1.19 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ @@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes 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 |