diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 02:43:13 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 02:43:13 +0000 |
commit | 6424fd5192e6e888303ce266ccb6b88a31cd3003 (patch) | |
tree | 344dec9163299897e862e1053185162428fc0e36 /comms | |
parent | f0ffa4773cf009acee4354c9b5ae2066182c2d78 (diff) | |
download | FreeBSD-ports-6424fd5192e6e888303ce266ccb6b88a31cd3003.zip FreeBSD-ports-6424fd5192e6e888303ce266ccb6b88a31cd3003.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'comms')
-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 |