diff options
Diffstat (limited to 'graphics/libetonyek01/Makefile')
-rw-r--r-- | graphics/libetonyek01/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 23649dc2a765..b7de766d23a8 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.1 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 @@ -12,10 +13,8 @@ COMMENT= Library to interpret and import Apple Keynote presentations LICENSE= LGPL21 MPL LICENSE_COMB= dual -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 \ +LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= TEST |