Date: Thu, 2 Jul 2015 23:40:31 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391210 - head/graphics/libetonyek01 Message-ID: <201507022340.t62NeVp7071128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Thu Jul 2 23:40:30 2015 New Revision: 391210 URL: https://svnweb.freebsd.org/changeset/ports/391210 Log: Fix dependencies. Modified: head/graphics/libetonyek01/Makefile Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Thu Jul 2 23:19:52 2015 (r391209) +++ head/graphics/libetonyek01/Makefile Thu Jul 2 23:40:30 2015 (r391210) @@ -12,8 +12,10 @@ COMMENT= Library to interpret and import 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507022340.t62NeVp7071128>