diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-03 20:54:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-03 20:54:30 +0000 |
commit | 2966eec37b90c25e67cd4750b02204035c85dce0 (patch) | |
tree | 0aa53fd0c0217678aa0560cd7d54fe94613577aa /polish | |
parent | be07d2f5465ec031fed632e363b23fb11b0dd6cd (diff) | |
download | ports-2966eec37b90c25e67cd4750b02204035c85dce0.tar.gz ports-2966eec37b90c25e67cd4750b02204035c85dce0.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 43b2d539627f..96dfa2f5004c 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -45,4 +45,10 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ INSTALLS_SHLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |