diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-19 19:00:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-19 19:00:11 +0000 |
commit | 67dc659a9fbc1bd3bbb75a710ccdb54aa3b38bea (patch) | |
tree | a1ba5fc5688b59f57c921cd3d58a1dccc0e0fffd | |
parent | 82eec6be7e7d309ba475472f483c4aaad17b7151 (diff) | |
download | ports-67dc659a9fbc1bd3bbb75a710ccdb54aa3b38bea.tar.gz ports-67dc659a9fbc1bd3bbb75a710ccdb54aa3b38bea.zip |
Notes
-rw-r--r-- | graphics/paintlib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index 43250e43bc96..071a7a034218 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -29,4 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= paintlib-config.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |