diff options
author | brooks <brooks@FreeBSD.org> | 2007-02-06 02:03:58 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-02-06 02:03:58 +0800 |
commit | ac4dcb4a74c885eaff0bafda18d2112e753682c2 (patch) | |
tree | 8274aa1cd3e387d5c5d54e4f65800dbf6d470c02 /net/openmpi | |
parent | 5eb5c8c6aa93cb11483a2e086f451d800a6b7b06 (diff) | |
download | freebsd-ports-gnome-ac4dcb4a74c885eaff0bafda18d2112e753682c2.tar.gz freebsd-ports-gnome-ac4dcb4a74c885eaff0bafda18d2112e753682c2.tar.zst freebsd-ports-gnome-ac4dcb4a74c885eaff0bafda18d2112e753682c2.zip |
Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5).
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 8 |
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 |