diff options
Diffstat (limited to 'databases/pymongo/Makefile')
-rw-r--r-- | databases/pymongo/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index 1d5714dc3e67..a3ecbe66584b 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP @@ -15,16 +15,13 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_NOEGGINFO= yes - +PYTHON_PY3K_PLIST_HACK= yes NO_STAGE= yes + .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not install on ia64, powerpc, or sparc64 .endif -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - .include <bsd.port.post.mk> |