diff options
author | swills <swills@FreeBSD.org> | 2013-01-17 11:32:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-17 11:32:27 +0800 |
commit | a4e3fd6ab8eae5ab75528f600c117c541ee64b11 (patch) | |
tree | 21a89118c4f60e0218d4ed4fbb1ea08b017366ae /editors | |
parent | 6936b60df9b2aace56f75381d3fde3082c97bedd (diff) | |
download | freebsd-ports-graphics-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.tar.gz freebsd-ports-graphics-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.tar.zst freebsd-ports-graphics-a4e3fd6ab8eae5ab75528f600c117c541ee64b11.zip |
- Chase lib version changes from ilmbase and OpenEXR updates
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 19a0ec4f01b..92460f0db7d 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,6 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} +PORTREVSION= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ @@ -11,7 +12,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE graphic art and office suite LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ + IlmImf:${PORTSDIR}/graphics/OpenEXR \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ qca.2:${PORTSDIR}/devel/qca \ exiv2.12:${PORTSDIR}/graphics/exiv2 \ |