diff options
-rw-r--r-- | devel/ppl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 9d243603df9b..2c846c8b01f9 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -33,8 +33,9 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +# ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version .if ${OSVERSION} < 500035 -#BROKEN= "Does not build" +BROKEN= "Does not build" .endif .include <bsd.port.post.mk> |