diff options
-rw-r--r-- | graphics/paintlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index d3f14e17150..5d7b1ba130a 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -39,7 +39,7 @@ post-patch: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 900000 +.if ${OSVERSION} >= 800501 BROKEN= does not build .endif |