diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 08:25:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 08:25:31 +0000 |
commit | 38308bbce8121d08ed2d1addc44a6d4af9b1d8da (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /news | |
parent | 574e3bddf9eae410ebf30e17e38f77fb6ec3d85f (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/papercut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/papercut/Makefile b/news/papercut/Makefile index acbe2e1ddeeb..77e2a8ed0ceb 100644 --- a/news/papercut/Makefile +++ b/news/papercut/Makefile @@ -13,9 +13,9 @@ COMMENT= Papercut is a news server written in Python, using a MySQL backend LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb@${PY_FLAVOR} -USES= python shebangfix +USES= python:2.7 shebangfix NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= *.py auth/*.py storage/*.py |