aboutsummaryrefslogtreecommitdiff
path: root/devel/papi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/papi/Makefile')
-rw-r--r--devel/papi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile
index 30626b01dcc8..0d93578820e8 100644
--- a/devel/papi/Makefile
+++ b/devel/papi/Makefile
@@ -25,6 +25,7 @@ OPTIONS_DEFINE= CORETEMP DEBUGINFO
CORETEMP_DESC= Add Intel Core thermal sensor (need coretemp.ko)
DEBUGINFO_DESC= Add debug information (increased verbosity)
+NO_STAGE= yes
.include <bsd.port.options.mk>
HAS_HWMPC!= ${SYSCTL} kern.hwpmc >/dev/null 2>&1 && echo yes || true