summaryrefslogtreecommitdiffstats
path: root/math/vecfem/Makefile.inc
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-12-15 22:57:28 +0000
committersteve <steve@FreeBSD.org>2001-12-15 22:57:28 +0000
commit0c7b35a70dab4ec708a4abc5cbc358c444e025b8 (patch)
tree3da936ec91082383ff60acda6e31771f1020a405 /math/vecfem/Makefile.inc
parent3ceca7b5013ee22461ad9e8af822d37a40f78626 (diff)
downloadFreeBSD-ports-0c7b35a70dab4ec708a4abc5cbc358c444e025b8.zip
FreeBSD-ports-0c7b35a70dab4ec708a4abc5cbc358c444e025b8.tar.gz
Author added partial support for FreeBSD (and a couple of other archs).
Fix that support and this port.
Diffstat (limited to 'math/vecfem/Makefile.inc')
-rw-r--r--math/vecfem/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/vecfem/Makefile.inc b/math/vecfem/Makefile.inc
index 07926ca..ca98ca9 100644
--- a/math/vecfem/Makefile.inc
+++ b/math/vecfem/Makefile.inc
@@ -5,10 +5,10 @@
#
.ifdef MPI
-VECFEM_ARCH= ${OPSYS}_MPI
+VECFEM_ARCH= FREEBSD_MPI
LINUX= LINUX_MPI
.else
-VECFEM_ARCH= ${OPSYS}
+VECFEM_ARCH= FREEBSD
LINUX= LINUX
.endif
OpenPOWER on IntegriCloud