diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:43:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:43:13 +0000 |
commit | 149b3e7f85bc86a31808210183c66c09c64568cc (patch) | |
tree | ece1b8356b6310f89e911c9c391dd883685b8f0a /comms | |
parent | 66f8fe6c441c3647c4887165bdd6350ea4ca4203 (diff) | |
download | ports-149b3e7f85bc86a31808210183c66c09c64568cc.tar.gz ports-149b3e7f85bc86a31808210183c66c09c64568cc.zip |
Notes
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 b38a9c0c3959..5e01cb774f22 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 |