diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-10 22:53:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-10 22:53:53 +0000 |
commit | fa8319f5f28669ac291391afc4d294c9eb8aece2 (patch) | |
tree | cf28874a8ddfc05e1c792698b12e45f20b9b07db /net/sdr | |
parent | 9591d28a037ae53ccaa695eacab6f4b17931252b (diff) | |
download | ports-fa8319f5f28669ac291391afc4d294c9eb8aece2.tar.gz ports-fa8319f5f28669ac291391afc4d294c9eb8aece2.zip |
Notes
Diffstat (limited to 'net/sdr')
-rw-r--r-- | net/sdr/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile index a05f351b6f64..c14b6e4eb4d8 100644 --- a/net/sdr/Makefile +++ b/net/sdr/Makefile @@ -26,4 +26,10 @@ USE_X_PREFIX= yes post-extract: @${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |