diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-02 23:40:30 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-02 23:40:30 +0000 |
commit | c1ca77cfb559c082b594261b2b88d8fa386be579 (patch) | |
tree | e501b9308029bb8f63adc7e2bc3b9ce0ea22f0fd /graphics/libetonyek01/Makefile | |
parent | 1e943c086290f0f7e26c23dc05c99318de9b1ed0 (diff) | |
download | ports-c1ca77cfb559c082b594261b2b88d8fa386be579.tar.gz ports-c1ca77cfb559c082b594261b2b88d8fa386be579.zip |
Fix dependencies.
Notes
Notes:
svn path=/head/; revision=391210
Diffstat (limited to 'graphics/libetonyek01/Makefile')
-rw-r--r-- | graphics/libetonyek01/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |