Skip to content

Commit

Permalink
graphics/libetonyek01: USES=localbase and Boost only as build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TijlCoosemans committed Feb 10, 2023
1 parent 67d92e0 commit 3e73333
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions graphics/libetonyek01/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libetonyek
PORTVERSION= 0.1.10
PORTREVISION= 5
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= LODEV/${PORTNAME}
Expand All @@ -14,19 +14,17 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= ${LOCALBASE}/include/mdds-${MDDS_VERSION}/mdds/global.hpp:devel/mdds \
${LOCALBASE}/include/boost/any.hpp:devel/boost-libs \
${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
librevenge-0.0.so:textproc/librevenge \
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge \
liblangtag.so:devel/liblangtag \
libxml2.so:textproc/libxml2

USES= compiler:c++11-lib gmake libtool pathfix \
pkgconfig tar:xz
USES= compiler:c++11-lib gmake libtool localbase pkgconfig tar:xz

MDDS_VERSION= 2.0

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

GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Expand Down

0 comments on commit 3e73333

Please sign in to comment.