diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
commit | 1fd066ebe5841032b558f262491971223207ab4e (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/py-markdown | |
parent | f02187f4dd810e514f03fcdd1e92f21418846d75 (diff) | |
download | ports-1fd066ebe5841032b558f262491971223207ab4e.tar.gz ports-1fd066ebe5841032b558f262491971223207ab4e.zip |
Notes
Diffstat (limited to 'textproc/py-markdown')
-rw-r--r-- | textproc/py-markdown/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index f7ed111078ad..f1c2927ab903 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -17,10 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}pytidylib:${PORTSDIR}/textproc/py-pytidylib -USES= dos2unix -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= dos2unix python +USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && nosetests |