diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 23:22:17 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 23:22:17 +0800 |
commit | 15f8bbd346f301f27f7f9cff1cc52306463a7705 (patch) | |
tree | 4c693925f67288772e8eede3957dc27cf27980fa /security/py-xmlsec | |
parent | security/py-vici: Convert to USE_PYTHON=pytest (diff) |
security/py-xmlsec: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
Diffstat (limited to 'security/py-xmlsec')
-rw-r--r-- | security/py-xmlsec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 9b396b71e051..981771b92112 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -19,9 +19,9 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libxmlsec1-openssl.so:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= gnome pkgconfig pytest python +USES= gnome pkgconfig python USE_GNOME= libxml2 libxslt -USE_PYTHON= autoplist distutils flavors +USE_PYTHON= autoplist distutils flavors pytest INSTALL_TARGET= install-strip |