diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-03-30 23:06:11 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-03-30 23:06:11 +0800 |
commit | ac69bfd0308625cac8edbe311f5f98553a4219f3 (patch) | |
tree | 3abd64a11d7951b9e4c6cc044f611c4dd0948f3b /graphics | |
parent | 71575683d097e9284a7bd080428d3b46a0c8e521 (diff) | |
download | freebsd-ports-gnome-ac69bfd0308625cac8edbe311f5f98553a4219f3.tar.gz freebsd-ports-gnome-ac69bfd0308625cac8edbe311f5f98553a4219f3.tar.zst freebsd-ports-gnome-ac69bfd0308625cac8edbe311f5f98553a4219f3.zip |
mark it broken
Noted by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib3d/Makefile b/graphics/imlib3d/Makefile index 8effc5ef0639..ee0aa0532866 100644 --- a/graphics/imlib3d/Makefile +++ b/graphics/imlib3d/Makefile @@ -35,7 +35,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -#BROKEN= "does not build with GCC 2.x" +BROKEN= "does not build with GCC 2.x" .endif post-patch: |