summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-09-10 14:23:43 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-09-10 14:23:43 +0000
commita571259825f8a51d5dd9cfb3ab7cd3802a55230b (patch)
treefd2f09b8d4c8234922f76750ce7d63c4ca93874f
parent- Unbreak MOVED: (diff)
devel/py-mongoengine: unbreak and USES python
Notes
Notes: svn path=/head/; revision=367851
-rw-r--r--devel/py-mongoengine/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-mongoengine/Makefile b/devel/py-mongoengine/Makefile
index 578bee3aff9a..2d571cbeb5fa 100644
--- a/devel/py-mongoengine/Makefile
+++ b/devel/py-mongoengine/Makefile
@@ -12,12 +12,13 @@ COMMENT= Object-Document-Mapper for working with MongoDB
LICENSE= MIT
-BROKEN= Conflicts with pymongo dependency
-
RUN_DEPENDS= pymongo>=2.5:${PORTSDIR}/databases/pymongo
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+# bson is provided by pymongo
+post-patch:
+ @${RM} -rf ${WRKSRC}/bson
.include <bsd.port.mk>