diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-29 03:18:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-29 03:18:51 +0800 |
commit | ba5bd2d198827c7d362b0e70ba2149c15bfe3ae7 (patch) | |
tree | 9a31b8892e33648409d8bfeb8c4677b16b960a3f /deskutils | |
parent | 73a7292d71d445ac663417570e26fe0feebfc2f0 (diff) | |
download | freebsd-ports-gnome-ba5bd2d198827c7d362b0e70ba2149c15bfe3ae7.tar.gz freebsd-ports-gnome-ba5bd2d198827c7d362b0e70ba2149c15bfe3ae7.tar.zst freebsd-ports-gnome-ba5bd2d198827c7d362b0e70ba2149c15bfe3ae7.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221647
Submitted by: sunpoet (myself)
Approved by: kevlo (maintainer, blanket)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/taskcoach/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index 485761865a2b..69f6f40b5218 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -2,7 +2,7 @@ PORTNAME= taskcoach PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} @@ -13,8 +13,10 @@ COMMENT= Friendly task manager LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + NO_ARCH= yes -USES= python shebangfix twisted +USES= python shebangfix USE_PYTHON= distutils PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info USE_WX= 3.0+ |