diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:01:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:01:26 +0800 |
commit | c0532c5d28d56fb76160575555566a4084b3ad2f (patch) | |
tree | 9b43f480114d6e6cbd24be3257dd375b7a1730d1 | |
parent | 54e25f98a5fbfca1841da1b32b3e195f949611cc (diff) | |
download | freebsd-ports-gnome-c0532c5d28d56fb76160575555566a4084b3ad2f.tar.gz freebsd-ports-gnome-c0532c5d28d56fb76160575555566a4084b3ad2f.tar.zst freebsd-ports-gnome-c0532c5d28d56fb76160575555566a4084b3ad2f.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221667
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
-rw-r--r-- | www/py-nevow/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index 5877a149ab30..7da3fbac845f 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -3,6 +3,7 @@ PORTNAME= nevow PORTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= www python devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,10 @@ COMMENT= Web application templating system, based on the Twisted Woven LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + USE_PYTHON= autoplist distutils -USES= gettext python twisted:web +USES= gettext python NO_ARCH= yes SUB_FILES= pkg-message |