diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-03-29 01:38:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-03-29 01:38:29 +0800 |
commit | efafcc4d17627065e9329b61526a3d3a265ef693 (patch) | |
tree | 77324db53bdfa1d5af2feaeb26713151dbca16b8 /devel/ppl | |
parent | e1fdfc8b8f6ab81da8a6f1b6970a43c7597b9835 (diff) | |
download | freebsd-ports-gnome-efafcc4d17627065e9329b61526a3d3a265ef693.tar.gz freebsd-ports-gnome-efafcc4d17627065e9329b61526a3d3a265ef693.tar.zst freebsd-ports-gnome-efafcc4d17627065e9329b61526a3d3a265ef693.zip |
mark it broken
Noted by: kris
Diffstat (limited to 'devel/ppl')
-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> |