aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-14 22:04:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-14 22:04:43 +0800
commitb05111afb2b17af5f8273b5f8fd58d6343dd1014 (patch)
tree3639c52c96d5ac530b017fefe0348e75e0364f67 /devel
parentd9caba8273350cb6065a6d7e806eca545b4e2a0b (diff)
downloadfreebsd-ports-gnome-b05111afb2b17af5f8273b5f8fd58d6343dd1014.tar.gz
freebsd-ports-gnome-b05111afb2b17af5f8273b5f8fd58d6343dd1014.tar.zst
freebsd-ports-gnome-b05111afb2b17af5f8273b5f8fd58d6343dd1014.zip
Fix r461790: add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r--devel/py-curtsies/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/py-curtsies/Makefile b/devel/py-curtsies/Makefile
index 15072e03ef0c..0c2c534e5899 100644
--- a/devel/py-curtsies/Makefile
+++ b/devel/py-curtsies/Makefile
@@ -3,6 +3,7 @@
PORTNAME= curtsies
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,10 @@ NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3500
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>