aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2007-06-30 19:41:01 +0800
committervanilla <vanilla@FreeBSD.org>2007-06-30 19:41:01 +0800
commit2498f84e9ee6c27fbb48806a65db71068cf8e485 (patch)
tree3e03d87e3a0683778b9c0d0fd6928d92a0d12315 /devel
parentca1efef4545239cb8363d41ad9debfbbbdfab4cb (diff)
downloadfreebsd-ports-graphics-2498f84e9ee6c27fbb48806a65db71068cf8e485.tar.gz
freebsd-ports-graphics-2498f84e9ee6c27fbb48806a65db71068cf8e485.tar.zst
freebsd-ports-graphics-2498f84e9ee6c27fbb48806a65db71068cf8e485.zip
1: add BUILD_DEPENDS to gfortran when FTESTS enable.
2: IGNORE FreeBSD < 6. Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/papi/Makefile5
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 \