diff options
author | jkim <jkim@FreeBSD.org> | 2013-04-26 07:43:56 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-04-26 07:43:56 +0800 |
commit | fbd2e193f9e0ad3ac24c3cd33dfbd5261396cc31 (patch) | |
tree | fba0a06dc92fabca0d4080f222538152f8f8f76e /graphics | |
parent | 01fcdecc41dd3693c8d668272f289119ddc9f0f0 (diff) | |
download | freebsd-ports-gnome-fbd2e193f9e0ad3ac24c3cd33dfbd5261396cc31.tar.gz freebsd-ports-gnome-fbd2e193f9e0ad3ac24c3cd33dfbd5261396cc31.tar.zst freebsd-ports-gnome-fbd2e193f9e0ad3ac24c3cd33dfbd5261396cc31.zip |
Update to 0.0.13.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libcdr/Makefile | 4 | ||||
-rw-r--r-- | graphics/libcdr/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/libcdr/Makefile b/graphics/libcdr/Makefile index 901c3d0b8a98..1d85085c0618 100644 --- a/graphics/libcdr/Makefile +++ b/graphics/libcdr/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libcdr -PORTVERSION= 0.0.12 +PORTVERSION= 0.0.13 CATEGORIES= graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/ @@ -11,6 +11,7 @@ COMMENT= Library and tools for parsing Corel Draw file format LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual +BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \ wpd-0.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2:${PORTSDIR}/graphics/libwpg \ @@ -22,6 +23,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs USES= pathfix pkgconfig USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -Wno-long-long .include <bsd.port.mk> diff --git a/graphics/libcdr/distinfo b/graphics/libcdr/distinfo index eeb0777c182c..6a9a9ecd53f3 100644 --- a/graphics/libcdr/distinfo +++ b/graphics/libcdr/distinfo @@ -1,2 +1,2 @@ -SHA256 (libcdr-0.0.12.tar.xz) = c8699c00ff5c4eddd506c21767463f1c13577ca8c65f69560d488e8df4a7225d -SIZE (libcdr-0.0.12.tar.xz) = 565412 +SHA256 (libcdr-0.0.13.tar.xz) = a14bb9a91f667616aac04d5d02f8e0cca02a49baa988906ab8d80a787eb918c9 +SIZE (libcdr-0.0.13.tar.xz) = 570080 |