diff options
Diffstat (limited to 'comms/pstngw/Makefile')
-rw-r--r-- | comms/pstngw/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/pstngw/Makefile b/comms/pstngw/Makefile index b38a9c0..5e01cb7 100644 --- a/comms/pstngw/Makefile +++ b/comms/pstngw/Makefile @@ -28,6 +28,10 @@ PLIST_FILES= bin/pstngw .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 |