diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-22 04:44:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-22 04:44:37 +0800 |
commit | a8ece026f4e36ecf5c8848eae1659725a45afbb7 (patch) | |
tree | fdd0d41e73a94f3680dafb5848b4433f23fb9b64 /multimedia | |
parent | 789030df917f47270ff02186da57ca2c71d7ebf6 (diff) | |
download | freebsd-ports-gnome-a8ece026f4e36ecf5c8848eae1659725a45afbb7.tar.gz freebsd-ports-gnome-a8ece026f4e36ecf5c8848eae1659725a45afbb7.tar.zst freebsd-ports-gnome-a8ece026f4e36ecf5c8848eae1659725a45afbb7.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221654
Submitted by: sunpoet (myself)
Approved by: Christian Heckendorf <heckendorfc@gmail.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/syncplay/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/syncplay/Makefile b/multimedia/syncplay/Makefile index 89bf3faead89..65a0fe1a3b72 100644 --- a/multimedia/syncplay/Makefile +++ b/multimedia/syncplay/Makefile @@ -3,6 +3,7 @@ PORTNAME= syncplay PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= heckendorfc@gmail.com @@ -10,11 +11,12 @@ COMMENT= Synchronize video playback over networks LICENSE= APACHE20 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + USE_GITHUB= yes GH_ACCOUNT= Syncplay -USES= desktop-file-utils gmake python:2 twisted -USE_TWISTED= run +USES= desktop-file-utils gmake python:2 NO_ARCH= yes INSTALLS_ICONS= yes |