1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

graphics/libetonyek01: bump after devel/mdds update

This commit is contained in:
Dima Panov 2020-06-13 06:36:09 +00:00
parent b435701341
commit 48cd503992
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538640

View File

@ -2,7 +2,7 @@
PORTNAME= libetonyek
PORTVERSION= 0.1.9
PORTREVISION= 5
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= LODEV/${PORTNAME}
@ -14,7 +14,7 @@ COMMENT= Library to interpret and import Apple Keynote presentations
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.4/mdds/global.hpp:devel/mdds \
BUILD_DEPENDS= ${LOCALBASE}/include/mdds-${MDDS_VERSION}/mdds/global.hpp:devel/mdds \
${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
librevenge-0.0.so:textproc/librevenge \
@ -24,7 +24,9 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
USES= compiler:c++11-lib gmake libtool pathfix \
pkgconfig tar:xz
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs --with-mdds=1.4
MDDS_VERSION= 1.5
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs --with-mdds=${MDDS_VERSION}
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes