diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-20 10:47:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-20 10:47:36 +0000 |
commit | a0fa39222b01d74e3cdb71133a0073c99d70fa19 (patch) | |
tree | 15759f4f4cf9d8a9689402ad084ec2e7c2b0fc83 /net/py-twisted/Makefile | |
parent | 091b33982e1ad55d4d6858f867d737b8208513dc (diff) | |
download | pkgsrc-a0fa39222b01d74e3cdb71133a0073c99d70fa19.tar.gz |
Fix pattern.
Diffstat (limited to 'net/py-twisted/Makefile')
-rw-r--r-- | net/py-twisted/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile index 403c880d32d..cbf51a2a90c 100644 --- a/net/py-twisted/Makefile +++ b/net/py-twisted/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2016/11/01 15:55:46 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2016/11/20 10:47:36 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 COMMENT= Framework for writing networked applications .include "../../net/py-twisted/Makefile.common" +DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface |