diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-13 21:35:11 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-13 21:35:11 +0000 |
commit | 8428a96d3998d1035712d05c8dd08d3f94592064 (patch) | |
tree | 248f6ea1e1225d91ba25e3dae1c751fc01c5e363 /databases/pymongo/Makefile | |
parent | 7d781d8509f1110c9db2381b6c519420dca3d10e (diff) |
Notes
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> |