git: 3aa8d5a2f4bc - main - print/py-fonttools: Fix typo in OPTIONS_DEFINE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Sep 2025 20:20:04 UTC
The branch main has been updated by dvl:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3aa8d5a2f4bcb723c756fb7acd63bb82e1a3e41f
commit 3aa8d5a2f4bcb723c756fb7acd63bb82e1a3e41f
Author: Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2025-09-10 20:18:44 +0000
Commit: Dan Langille <dvl@FreeBSD.org>
CommitDate: 2025-09-10 20:18:44 +0000
print/py-fonttools: Fix typo in OPTIONS_DEFINE
That's two errors, one commit. :/
PR: 289406
Reported by: diizzy
---
print/py-fonttools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile
index 23bf47f54db1..0c9e0185b16e 100644
--- a/print/py-fonttools/Makefile
+++ b/print/py-fonttools/Makefile
@@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ufolib2>=0:print/py-ufolib2@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent cython pep517
-∫OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UNICODE WOFF
+OPTIONS_DEFINE= GRAPHITE INTERPOLATABLE LXML PLOT REPACKER SYMFONT UNICODE WOFF
OPTIONS_DEFAULT=LXML UNICODE WOFF
GRAPHITE_DESC= Process graphite type tables in ttLib/tables
INTERPOLATABLE_DESC= Interpolatability support