aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 11:49:18 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 11:49:18 +0000
commit113c37b5e253fa1b83ca7d95f9f793ffb6490d50 (patch)
tree06c321e5b342236fdbf2590acb7cd753efecd408
parent1ab56f56d826846d49446e436d5149ca29f7bfa8 (diff)
downloadports-113c37b5e253fa1b83ca7d95f9f793ffb6490d50.tar.gz
ports-113c37b5e253fa1b83ca7d95f9f793ffb6490d50.zip
Notes
-rw-r--r--www/py-beaker/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile
index 4788e0f7da85..8a85eab40753 100644
--- a/www/py-beaker/Makefile
+++ b/www/py-beaker/Makefile
@@ -3,6 +3,7 @@
PORTNAME= beaker
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} <= 3200
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>=1.0.2:devel/py-funcsigs@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=1.0.2:devel/py-funcsigs@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>