aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:43:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:43:13 +0000
commit149b3e7f85bc86a31808210183c66c09c64568cc (patch)
treeece1b8356b6310f89e911c9c391dd883685b8f0a /comms
parent66f8fe6c441c3647c4887165bdd6350ea4ca4203 (diff)
downloadports-149b3e7f85bc86a31808210183c66c09c64568cc.tar.gz
ports-149b3e7f85bc86a31808210183c66c09c64568cc.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118420
Diffstat (limited to 'comms')
-rw-r--r--comms/pstngw/Makefile4
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