From 6424fd5192e6e888303ce266ccb6b88a31cd3003 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 26 Sep 2004 02:43:13 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- comms/pstngw/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comms') 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 +.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 -- cgit v1.1