diff options
Diffstat (limited to 'devel/papi/Makefile')
-rw-r--r-- | devel/papi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile index 3b77df48748..35897edfe7d 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -39,6 +39,7 @@ PLIST_SUB+= CTESTS="" PLIST_SUB+= FTESTS="@comment " .else PLIST_SUB+= FTESTS="" +BUILD_DEPENDS= gfortran:${PORTSDIR}/lang/gcc42 .endif .if defined(WITHOUT_DEBUG) @@ -47,6 +48,10 @@ CONFIGURE_ARGS+= --without-debug CONFIGURE_ARGS+= --with-debug .endif +.if ${OSVERSION} < 600000 +IGNORE= requires FreeBSD 6 or later +.endif + MAN1= papi_avail.1 \ papi_clockres.1 \ papi_command_line.1 \ |