Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 21:18:49 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3e73333f4bc3 - main - graphics/libetonyek01: USES=localbase and Boost only as build dep
Message-ID:  <202302102118.31ALInnN002717@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e73333f4bc31346815f13624775416af2c1d721

commit 3e73333f4bc31346815f13624775416af2c1d721
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2023-02-04 16:27:45 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2023-02-10 21:15:12 +0000

    graphics/libetonyek01: USES=localbase and Boost only as build dep
---
 graphics/libetonyek01/Makefile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile
index 405fb0b9ae79..a3cda3e0b3fa 100644
--- a/graphics/libetonyek01/Makefile
+++ b/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}
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302102118.31ALInnN002717>