diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-08 21:30:21 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-08 21:30:21 +0000 |
commit | 586e9048fbf69c4ea7432225c06ae9cae8d552b1 (patch) | |
tree | f36cdd9948881a694b6138a6a171574b9d676734 /graphics/openjpeg | |
parent | ba3657b2f5e73d49fbc7518864aada2261a56088 (diff) | |
download | ports-586e9048fbf69c4ea7432225c06ae9cae8d552b1.tar.gz ports-586e9048fbf69c4ea7432225c06ae9cae8d552b1.zip |
- Port links to graphics/lcms2 if available
- Remove leading article from COMMENT
- Replace tab with space in WWW: line, remove license info in pkg-descr
Notes
Notes:
svn path=/head/; revision=311952
Diffstat (limited to 'graphics/openjpeg')
-rw-r--r-- | graphics/openjpeg/Makefile | 7 | ||||
-rw-r--r-- | graphics/openjpeg/pkg-descr | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index 1dc5d703ea34..977d29da7a10 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -3,18 +3,19 @@ PORTNAME= openjpeg PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= ports@FreeBSD.org -COMMENT= An open-source JPEG 2000 codec +COMMENT= Open-source JPEG 2000 codec LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ - png15:${PORTSDIR}/graphics/png + png15:${PORTSDIR}/graphics/png \ + lcms2:${PORTSDIR}/graphics/lcms2 GNU_CONFIGURE= yes USE_CMAKE= yes diff --git a/graphics/openjpeg/pkg-descr b/graphics/openjpeg/pkg-descr index f8d9fd862837..ce3b146262d8 100644 --- a/graphics/openjpeg/pkg-descr +++ b/graphics/openjpeg/pkg-descr @@ -7,6 +7,4 @@ and MJ2 (Motion JPEG 2000) file formats, an indexing tool useful for the JPIP protocol, JPWL-tools for error-resilience, a Java-viewer for j2k-images, ... -LICENSE: BSD - -WWW: http://code.google.com/p/openjpeg/ +WWW: http://code.google.com/p/openjpeg/ |