From c1ca77cfb559c082b594261b2b88d8fa386be579 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 2 Jul 2015 23:40:30 +0000 Subject: Fix dependencies. --- graphics/libetonyek01/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics/libetonyek01') diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index cd4c46cc2d6d..23649dc2a765 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -12,8 +12,10 @@ COMMENT= Library to interpret and import Apple Keynote presentations LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ +BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:${PORTSDIR}/devel/boost-libs \ + ${LOCALBASE}/include/mdds/flat_segment_tree.hpp:${PORTSDIR}/devel/mdds \ + ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm +LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= TEST -- cgit v1.2.3