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 | - Attempt to change this so perl code using this module can work with g77 (diff) |
- Mark BROKEN on 7.0
Reported by: pointyhat
Approved by: portmgr (hat)
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> |