diff options
-rw-r--r-- | graphics/ipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 2bc2ba50bc56..bdcacdf6a903 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -31,6 +31,7 @@ NO_FILTER_SHLIBS= 1 .if ${OSVERSION} < 500000 # the problem is a little more subtle, really. It requires gcc 3 USE_GCC= 3.3 +BROKEN= "Does not compile" .endif QTDIR?= ${X11BASE} |