diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-06 14:07:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-06 14:07:02 +0000 |
commit | 433169672817d9badcf7c5639c6d80d7542b70bb (patch) | |
tree | e7fff6fbd794c5eacdaa42c3bb07096fdc5ebefb /databases/pymongo/Makefile | |
parent | c1e55cee0dbb675cf0e4d68f974ae447cf4e7366 (diff) |
Notes
Diffstat (limited to 'databases/pymongo/Makefile')
-rw-r--r-- | databases/pymongo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index 614ca20bf5e0..945260786a04 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -16,10 +16,4 @@ LICENSE= APACHE20 USES= python USE_PYTHON= distutils autoplist -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not install on ia64, powerpc, or sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |