diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2019-04-13 08:51:27 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2019-04-13 08:51:27 +0000 |
commit | d46b66d4112c7b6ffb3faee2ccba38ecc32f7355 (patch) | |
tree | 3b68a8ce13c4c3fedcbe4eaa0e57b005481c443b /textproc/py-awesome-slugify | |
parent | 63f949a06e47bdaa74bbb55f8419e92ad4a681a0 (diff) |
Notes
Diffstat (limited to 'textproc/py-awesome-slugify')
-rw-r--r-- | textproc/py-awesome-slugify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-awesome-slugify/Makefile b/textproc/py-awesome-slugify/Makefile index 30dad7e5b472..7a5b90a185fb 100644 --- a/textproc/py-awesome-slugify/Makefile +++ b/textproc/py-awesome-slugify/Makefile @@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes TEST_TARGET= do-test -NOSETESTS= nosetests +NOSETESTS= nosetests-${PYTHON_VER} do-test: ${NOSETESTS} ${STAGEDIR}${PYTHON_SITELIBDIR}/slugify |