diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-25 23:43:56 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-25 23:43:56 +0000 |
commit | 402495c810b015f4ea7eabd10f033a8f5e8379a9 (patch) | |
tree | fba0a06dc92fabca0d4080f222538152f8f8f76e /graphics | |
parent | de198c1fa9272d07be32509fdb03ba0de024b5dc (diff) | |
download | ports-402495c810b015f4ea7eabd10f033a8f5e8379a9.tar.gz ports-402495c810b015f4ea7eabd10f033a8f5e8379a9.zip |
Notes
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 |