diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:38:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 07:38:50 +0000 |
commit | ad368a38643c0e86ef9954154e28140159202ded (patch) | |
tree | 0cb1f4ba2622b626f49418084ae7f4877ce5c615 /net/callgen323 | |
parent | 3462fa1f7267ff1b1f968ab5a95eb025506552e7 (diff) | |
download | ports-ad368a38643c0e86ef9954154e28140159202ded.tar.gz ports-ad368a38643c0e86ef9954154e28140159202ded.zip |
Notes
Diffstat (limited to 'net/callgen323')
-rw-r--r-- | net/callgen323/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/callgen323/Makefile b/net/callgen323/Makefile index 63c96ae919ab..34d69d3bbc98 100644 --- a/net/callgen323/Makefile +++ b/net/callgen323/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 |