aboutsummaryrefslogtreecommitdiff
path: root/net/callgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/callgen/Makefile')
-rw-r--r--net/callgen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/callgen/Makefile b/net/callgen/Makefile
index 63c96ae919ab..34d69d3bbc98 100644
--- a/net/callgen/Makefile
+++ b/net/callgen/Makefile
@@ -26,6 +26,10 @@ PLIST_FILES= bin/callgen323
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
.endif