diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-24 09:09:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-24 09:09:23 +0000 |
commit | cd4180aec0fe9a969828c22fd3fe7209757a4e5c (patch) | |
tree | 8db6bb70adfebd3235a2295c9f24d3aedd15707d /sysutils/dfc | |
parent | Fix some missing quoting (diff) |
Still broken on 7.X
Submitted by: pointyhat (beat)
Notes
Notes:
svn path=/head/; revision=301448
Diffstat (limited to 'sysutils/dfc')
-rw-r--r-- | sysutils/dfc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile index ca0732841d6a..eecc4f648dff 100644 --- a/sysutils/dfc/Makefile +++ b/sysutils/dfc/Makefile @@ -33,4 +33,10 @@ CMAKE_ARGS+= -DNLS_ENABLED=false PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X +.endif + +.include <bsd.port.post.mk> |