diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 22:29:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 22:29:26 +0000 |
commit | 497b02f137d1d624baa82f6e62be4d02eade554b (patch) | |
tree | ab355d9c594de86f4f7668d548c430d81681933e /net/unfs3 | |
parent | BROKEN: Incorrect distinfo (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=132979
Diffstat (limited to 'net/unfs3')
-rw-r--r-- | net/unfs3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 8a0dd3f96bfc..bbbc6e6cc5a4 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -25,4 +25,10 @@ PLIST_FILES= sbin/unfsd CONFIGURE_ARGS+= --enable-cluster .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include <bsd.port.post.mk> |