1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Mark as UNBROKEN on AMD64.

- It isn't necessary to use USE_FORTRAN.
This commit is contained in:
Marcelo Araujo 2009-02-20 01:35:46 +00:00
parent c8167e4b82
commit baa19e0df7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228700

View File

@ -15,18 +15,10 @@ PKGNAMEPREFIX= elmer-
MAINTAINER= araujo@FreeBSD.org
COMMENT= A Mesh Generation Utility for use with the ELMER FEM package
USE_FORTRAN= yes
GNU_CONFIGURE= yes
ALL_TARGET=
PLIST_FILES= bin/ElmerMesh2D \
bin/Mesh2D
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile on amd64
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>