diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 12:50:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 12:50:44 +0000 |
commit | 0a5a5e276a68e495cf250b72c0ae0da5e449328d (patch) | |
tree | e744beb57aef52a4985c5f1f7bc5ef68488d8637 /graphics/ipe/Makefile | |
parent | Update to 1.7.5 release. (diff) |
BROKEN on 4.x: does not compile
Diffstat (limited to '')
-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} |