git: 90bb8a348de3 - main - textproc/redland-bindings: unbreak build with Python 3.11, pet stage qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Dec 2022 13:14:29 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=90bb8a348de3945584e5a8933d5d1cd140c79ed9
commit 90bb8a348de3945584e5a8933d5d1cd140c79ed9
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-12-07 13:13:50 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-12-07 13:13:50 +0000
textproc/redland-bindings: unbreak build with Python 3.11, pet stage qa
---
textproc/redland-bindings/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile
index f9b762558578..87df73b49449 100644
--- a/textproc/redland-bindings/Makefile
+++ b/textproc/redland-bindings/Makefile
@@ -1,6 +1,6 @@
PORTNAME= redland-bindings
PORTVERSION= 1.0.17.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
@@ -13,7 +13,9 @@ WWW= https://librdf.org/bindings/
LICENSE= APACHE20 GPLv2 GPLv3 LGPL21
LICENSE_COMB= dual
-LIB_DEPENDS= librdf.so:textproc/redland
+LIB_DEPENDS= librdf.so:textproc/redland \
+ libraptor2.so:textproc/raptor2 \
+ librasqal.so:textproc/rasqal
GNU_CONFIGURE= yes
USES= pkgconfig
@@ -24,7 +26,7 @@ OPTIONS_SUB= yes
PHP_CONFIGURE_WITH= php
PHP_USES= php:build
-PYTHON_CONFIGURE_WITH= python
+PYTHON_CONFIGURE_WITH= python python-libext=${PYTHON_EXT_SUFFIX}.so
PYTHON_USES= python
RUBY_CONFIGURE_WITH= ruby
RUBY_USE= RUBY=yes