diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-13 13:06:20 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-13 13:06:20 +0000 |
commit | f9afaf743f6ec58dd0ef63490843d06c4d4c5a8d (patch) | |
tree | caf20628ef2b1e76af46983ad13d9b8f076294ec | |
parent | ae83241f9a0f17f3d90203fc3d862e07ad334948 (diff) | |
download | pkgsrc-f9afaf743f6ec58dd0ef63490843d06c4d4c5a8d.tar.gz |
Uses perl-style if syntax and therefore doesn't work with python24.
-rw-r--r-- | www/py-cherrypy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-cherrypy/Makefile b/www/py-cherrypy/Makefile index d9e20439839..e76f76764b0 100644 --- a/www/py-cherrypy/Makefile +++ b/www/py-cherrypy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/10/03 10:14:19 adam Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/13 13:06:20 dholland Exp $ DISTNAME= CherryPy-3.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -17,6 +17,8 @@ EGG_NAME= ${DISTNAME} REPLACE_PYTHON= cherrypy/cherryd +PYTHON_VERSIONS_INCOMPATIBLE= 24 + .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |