diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 20:50:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 20:50:44 +0800 |
commit | 764f399070c13c0f00f49b14113fe6740d22a1b7 (patch) | |
tree | aa01c289f06847e6d05e370d4c556a637e669fbc /graphics | |
parent | 28ec0ec1782f96818f2adcb825d9fcb79e546451 (diff) | |
download | freebsd-ports-gnome-764f399070c13c0f00f49b14113fe6740d22a1b7.tar.gz freebsd-ports-gnome-764f399070c13c0f00f49b14113fe6740d22a1b7.tar.zst freebsd-ports-gnome-764f399070c13c0f00f49b14113fe6740d22a1b7.zip |
BROKEN on 4.x: does not compile
Diffstat (limited to 'graphics')
-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} |