aboutsummaryrefslogtreecommitdiff
path: root/graphics/libetonyek01
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-06-13 06:36:09 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-06-13 06:36:09 +0000
commit48cd5039923d454765840f5aa6d1526f3594f68e (patch)
tree8c54ec8df64ed922b6f7855714f238fcc4e0d272 /graphics/libetonyek01
parentb4357013413c64e48339aa9b3c9713d5d3efdeaa (diff)
downloadports-48cd5039923d454765840f5aa6d1526f3594f68e.tar.gz
ports-48cd5039923d454765840f5aa6d1526f3594f68e.zip
graphics/libetonyek01: bump after devel/mdds update
Notes
Notes: svn path=/head/; revision=538640
Diffstat (limited to 'graphics/libetonyek01')
-rw-r--r--graphics/libetonyek01/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile
index 40a2147e5be5..ddc967d67f9d 100644
--- a/graphics/libetonyek01/Makefile
+++ b/graphics/libetonyek01/Makefile
@@ -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