diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-20 22:01:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-20 22:01:56 +0000 |
commit | a74244d503347486c057f9ad0bd78148c870779b (patch) | |
tree | 27e37f89fbcabf801e0b407a4c4188bc699b76b8 /www/py-nevow/Makefile | |
parent | d48c803ac1fbbecef51faac83c6a4063ea44d2e7 (diff) | |
download | pkgsrc-a74244d503347486c057f9ad0bd78148c870779b.tar.gz |
Replace python interpreter path in installed script.
Bump PKGREVISION.
Diffstat (limited to 'www/py-nevow/Makefile')
-rw-r--r-- | www/py-nevow/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index 084c68fccae..e152fcd6926 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2013/04/06 19:42:42 rodent Exp $ -# +# $NetBSD: Makefile,v 1.15 2013/09/20 22:01:56 wiz Exp $ VERSION= 0.10.0 DISTNAME= Nevow-${VERSION} PKGNAME= ${PYPKGPREFIX}-nevow-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www python # Nevow does not appear to make tarballs easily available; there's a link # in trac with ?format=raw at the end. Many others have the same sorts @@ -20,5 +19,8 @@ COMMENT= Next-generation web application templating system DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml +REPLACE_PYTHON= nevow/test/segfault.py + +.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |