aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-xhprof
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-xhprof')
-rw-r--r--devel/pecl-xhprof/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile
index c2494abc2cb6..c298e6e1340a 100644
--- a/devel/pecl-xhprof/Makefile
+++ b/devel/pecl-xhprof/Makefile
@@ -21,4 +21,10 @@ USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700110
+BROKEN= Requires cpuset support
+.endif
+
+.include <bsd.port.post.mk>