git: b12f3681eb55 - main - databases/py-carbon: Fix BUILD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 22:26:41 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b12f3681eb55edaf7ae876e889b80f9febf31392
commit b12f3681eb55edaf7ae876e889b80f9febf31392
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-06-30 22:23:06 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-06-30 22:24:28 +0000
databases/py-carbon: Fix BUILD
Fixes: 06ae815 Mark BROKEN for python39
---
databases/py-carbon/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile
index 07f8edf147e4..403748ab5e0f 100644
--- a/databases/py-carbon/Makefile
+++ b/databases/py-carbon/Makefile
@@ -2,6 +2,7 @@
PORTNAME= carbon
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -42,4 +43,4 @@ post-install:
${RM} -r ${STAGEDIR}${PREFIX}/examples/init.d
${RMDIR} ${STAGEDIR}${PREFIX}/examples
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>