diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-21 12:57:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-21 12:57:21 +0000 |
commit | 0cc021c8e9c9c89c632b24ae21d999d3f3664616 (patch) | |
tree | 04d23d64f9b85f7b3c21d755ad7f9deb451cecc8 | |
parent | e02f510514049115ff0f0c9fcdf8d279042eaf2d (diff) | |
download | ports-0cc021c8e9c9c89c632b24ae21d999d3f3664616.tar.gz ports-0cc021c8e9c9c89c632b24ae21d999d3f3664616.zip |
Notes
-rw-r--r-- | net/slbd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/slbd/Makefile b/net/slbd/Makefile index 052c373d4cc9..d178048dfec6 100644 --- a/net/slbd/Makefile +++ b/net/slbd/Makefile @@ -26,4 +26,10 @@ post-install: cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |