aboutsummaryrefslogtreecommitdiff
path: root/net/openmpi
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2007-02-05 18:03:58 +0000
committerBrooks Davis <brooks@FreeBSD.org>2007-02-05 18:03:58 +0000
commit638fc7f4cd2f485a34c1db477c63f68c721ddbce (patch)
treee2c6e7c686007cd1d56e1e1a018c4c3ba922e8e6 /net/openmpi
parent4efce3486b7761797bd629e52b1e4b89bad1e18a (diff)
downloadports-638fc7f4cd2f485a34c1db477c63f68c721ddbce.tar.gz
ports-638fc7f4cd2f485a34c1db477c63f68c721ddbce.zip
Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5).
Notes
Notes: svn path=/head/; revision=184288
Diffstat (limited to 'net/openmpi')
-rw-r--r--net/openmpi/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 042e90ae938c..f7b74a6b4c7c 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -52,14 +52,6 @@ CONFIGURE_ENV+= F77=${F77} FC=${FC}
BROKEN= Does not compile on sparc64
.endif
-.if ${OSVERSION} < 503000
-.if !exists(/usr/include/stdint.h)
-BROKEN= requires stdint.h
-.else
-IGNORE= is not supported for FreeBSD < 5.3
-.endif
-.endif
-
.if exists(${LOCALBASE}/lib/libtorque.so)
WITH_TORQUE= yes
.endif