diff options
author | pav <pav@FreeBSD.org> | 2007-09-30 03:36:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-30 03:36:05 +0800 |
commit | 9d04998059678ed35a7859738ec7e7e60cf0f46c (patch) | |
tree | d079cc6f886a54e492fa61b914efbebf71dc23ca /science | |
parent | dd2873f0118eccbbc030c3ef07ae7db9e4f8e674 (diff) | |
download | freebsd-ports-gnome-9d04998059678ed35a7859738ec7e7e60cf0f46c.tar.gz freebsd-ports-gnome-9d04998059678ed35a7859738ec7e7e60cf0f46c.tar.zst freebsd-ports-gnome-9d04998059678ed35a7859738ec7e7e60cf0f46c.zip |
- Fill in HOSTTYPE and OSTYPE; this prevents "Error expanding embedded
variable." errors on amd64
Diffstat (limited to 'science')
-rw-r--r-- | science/oases/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/oases/Makefile b/science/oases/Makefile index a54060f38167..b0f1cea75e0f 100644 --- a/science/oases/Makefile +++ b/science/oases/Makefile @@ -19,7 +19,7 @@ COMMENT= Ocean Acoustics and Seismic Exploration Synthesis WRKSRC= ${WRKDIR}/Oases_export USE_XLIB= yes -MAKE_ENV+= OASES_ROOT="${WRKSRC}" +MAKE_ENV+= OASES_ROOT="${WRKSRC}" HOSTTYPE=FreeBSD OSTYPE=FreeBSD USE_FORTRAN= yes |