aboutsummaryrefslogtreecommitdiff
path: root/net/callgen/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:38:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:38:50 +0000
commitad368a38643c0e86ef9954154e28140159202ded (patch)
tree0cb1f4ba2622b626f49418084ae7f4877ce5c615 /net/callgen/Makefile
parent3462fa1f7267ff1b1f968ab5a95eb025506552e7 (diff)
downloadports-ad368a38643c0e86ef9954154e28140159202ded.tar.gz
ports-ad368a38643c0e86ef9954154e28140159202ded.zip
Notes
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