Skip to content

Commit

Permalink
Adjust graphics/libetonyek01 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhsu committed Jan 24, 2020
1 parent b5f96ca commit 366de8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions graphics/libetonyek01/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5/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 \
Expand All @@ -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
Expand Down

0 comments on commit 366de8f

Please sign in to comment.