diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-05 22:50:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-05 22:50:55 +0800 |
commit | d4a286915a2acec9e749ac8603b9c0fed427f67f (patch) | |
tree | 989695dcd8dd382c01ebfc94218ef5f2b1870ed2 /net-im/py-punjab | |
parent | fa04117d219fbceaf597e54803d4f3fb5f50e5ed (diff) | |
download | freebsd-ports-gnome-d4a286915a2acec9e749ac8603b9c0fed427f67f.tar.gz freebsd-ports-gnome-d4a286915a2acec9e749ac8603b9c0fed427f67f.tar.zst freebsd-ports-gnome-d4a286915a2acec9e749ac8603b9c0fed427f67f.zip |
Change from USES=twisted to devel/py-twisted
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net-im/py-punjab')
-rw-r--r-- | net-im/py-punjab/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/py-punjab/Makefile b/net-im/py-punjab/Makefile index 859ec1412b92..9911f1bf8514 100644 --- a/net-im/py-punjab/Makefile +++ b/net-im/py-punjab/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= HTTP XMPP client interface -USES= python twisted:words,web,conch,names -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils USE_RC_SUBR= punjab SUB_FILES= pkg-message punjab.tac |