diff options
author | dbn <dbn@FreeBSD.org> | 2015-06-07 03:40:06 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2015-06-07 03:40:06 +0800 |
commit | 05d46e581e9e90134aa4951e529210f55d97d148 (patch) | |
tree | 7ac22695fe061bde881da30548aa6b90ccfd0078 /lang | |
parent | f17aa0b1926b1301ac557c12757fa995239c217d (diff) | |
download | freebsd-ports-gnome-05d46e581e9e90134aa4951e529210f55d97d148.tar.gz freebsd-ports-gnome-05d46e581e9e90134aa4951e529210f55d97d148.tar.zst freebsd-ports-gnome-05d46e581e9e90134aa4951e529210f55d97d148.zip |
lang/pypy: unbreak port due to missing space in '@comment'.
PR: 200658
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Diffstat (limited to 'lang')
-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]* |