diff options
author | David Naylor <dbn@FreeBSD.org> | 2015-06-06 19:40:06 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2015-06-06 19:40:06 +0000 |
commit | 6f3539a244f1fe744bf8fcdc980fa3e531879987 (patch) | |
tree | 7ac22695fe061bde881da30548aa6b90ccfd0078 /lang/pypy | |
parent | f53ed5c4c8637213bed16ec0af0fc54c0001495a (diff) | |
download | ports-6f3539a244f1fe744bf8fcdc980fa3e531879987.tar.gz ports-6f3539a244f1fe744bf8fcdc980fa3e531879987.zip |
Notes
Diffstat (limited to 'lang/pypy')
-rw-r--r-- | lang/pypy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index 48fa6321d4ec..677364508470 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -38,7 +38,7 @@ OPTIONS_DEFAULT+= PYPY_MINMEM .endif # Disable CFFI compilation and shared libraries temporarily -PLIST_SUB+= CFFI="@comment" +PLIST_SUB+= CFFI="@comment " CONFLICTS_INSTALL= pypy-[0-9]* |