aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:47:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:02:41 +0000
commit8da29562345b2fc76eeabe4aeff51295dc784923 (patch)
treed7d65cd2fd905b23172e199a5c206aa66b085376
parentd4355104e7d9b836910626d37e9f42ffaffc40f8 (diff)
downloadports-8da29562345b2fc76eeabe4aeff51295dc784923.tar.gz
ports-8da29562345b2fc76eeabe4aeff51295dc784923.zip
textproc/py-RTFDE: Add NO_ARCH
- While I'm here, fix indent Approved by: portmgr (blanket)
-rw-r--r--textproc/py-RTFDE/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-RTFDE/Makefile b/textproc/py-RTFDE/Makefile
index 1668ff3b13df..cbc9edc34dbc 100644
--- a/textproc/py-RTFDE/Makefile
+++ b/textproc/py-RTFDE/Makefile
@@ -6,16 +6,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Library for extracting HTML content from RTF encapsulated HTML
-WWW= https://github.com/seamustuohy/RTFDE
+WWW= https://github.com/seamustuohy/RTFDE
LICENSE= LGPL3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0.11:devel/py-lark@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oletools>=0.56:devel/py-oletools@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
OPTIONS_DEFINE= LXML
LXML_DESC= Pythonic binding for the libxml2 and libxslt libraries