diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:30:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:30:35 +0800 |
commit | 95dd7d88ba3a5ecf96d5d1cea2f63f25fe89c626 (patch) | |
tree | 6632d05c022de8048d160da15a5b2100d8306dd5 /misc | |
parent | dde6a114ff497e834933e00b22fd0f70ddfde6db (diff) | |
download | freebsd-ports-gnome-95dd7d88ba3a5ecf96d5d1cea2f63f25fe89c626.tar.gz freebsd-ports-gnome-95dd7d88ba3a5ecf96d5d1cea2f63f25fe89c626.tar.zst freebsd-ports-gnome-95dd7d88ba3a5ecf96d5d1cea2f63f25fe89c626.zip |
Update RUN_DEPENDS: use newer twisted
- Bump PORTREVISION for dependency change
PR: 221652
Submitted by: sunpoet (myself)
Approved by: novel (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-osd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-osd/Makefile b/misc/py-osd/Makefile index 596e9572773d..363172728059 100644 --- a/misc/py-osd/Makefile +++ b/misc/py-osd/Makefile @@ -3,7 +3,7 @@ PORTNAME= osd PORTVERSION= 0.2.14 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc python MASTER_SITES= http://ichi2.net/pyosd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Python wrapper for osd, for displaying text on your X display LIB_DEPENDS= libxosd.so:misc/xosd +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted -USES= python twisted:run +USES= python USE_PYTHON= distutils autoplist PORTDOCS= AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html |