aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-BSD-Jail-Object
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 18:08:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 18:08:08 +0000
commit2e2cf7a28f8f5e742b71e6f166059cf21e43d9e9 (patch)
treed17a1770a1dba9ca39dd4513e4777d57465f726e /sysutils/p5-BSD-Jail-Object
parent403e6c36a3d2abaec2ef7745d29975705d343f89 (diff)
downloadports-2e2cf7a28f8f5e742b71e6f166059cf21e43d9e9.tar.gz
ports-2e2cf7a28f8f5e742b71e6f166059cf21e43d9e9.zip
Notes
Diffstat (limited to 'sysutils/p5-BSD-Jail-Object')
-rw-r--r--sysutils/p5-BSD-Jail-Object/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile
index 53e53024ee4f..2b951cd2070c 100644
--- a/sysutils/p5-BSD-Jail-Object/Makefile
+++ b/sysutils/p5-BSD-Jail-Object/Makefile
@@ -21,4 +21,10 @@ PERL_CONFIGURE= 5.8.6+
MAN3= BSD::Jail::Object.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800056
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>