Skip to content

Commit

Permalink
- Chase devel/mdds updating
Browse files Browse the repository at this point in the history
This is in preparation of the upcoming libreoffice 6.2.2
  • Loading branch information
lwhsu committed Mar 23, 2019
1 parent 9d1346a commit e7b85c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions graphics/libetonyek01/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= libetonyek
PORTVERSION= 0.1.9
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= LODEV/${PORTNAME}
Expand All @@ -13,19 +14,20 @@ COMMENT= Library to interpret and import Apple Keynote presentations
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds \
BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.4/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 \
liblangtag.so:devel/liblangtag \
libxml2.so:textproc/libxml2

CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs
USES= compiler:c++11-lib gmake libtool pathfix \
pkgconfig tar:xz

CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs --with-mdds=1.4
CPPFLAGS+= -I${LOCALBASE}/include

GNU_CONFIGURE= yes
USES= compiler:c++11-lib gmake libtool pathfix \
pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip

Expand Down

0 comments on commit e7b85c7

Please sign in to comment.