aboutsummaryrefslogtreecommitdiffstats
path: root/science/elmer-meshgen2d
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2009-02-20 09:35:46 +0800
committeraraujo <araujo@FreeBSD.org>2009-02-20 09:35:46 +0800
commit1d58138bdd8fc6afa8164ab24174be2fa9a70638 (patch)
tree8df941989864b7f41e065ef9ac933ed0217712bb /science/elmer-meshgen2d
parent3a119cc8813cfca7f3d740c80e97227304ed7398 (diff)
downloadfreebsd-ports-gnome-1d58138bdd8fc6afa8164ab24174be2fa9a70638.tar.gz
freebsd-ports-gnome-1d58138bdd8fc6afa8164ab24174be2fa9a70638.tar.zst
freebsd-ports-gnome-1d58138bdd8fc6afa8164ab24174be2fa9a70638.zip
- Mark as UNBROKEN on AMD64.
- It isn't necessary to use USE_FORTRAN.
Diffstat (limited to 'science/elmer-meshgen2d')
-rw-r--r--science/elmer-meshgen2d/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile
index 2fead1e3dc01..0dd470a511e4 100644
--- a/science/elmer-meshgen2d/Makefile
+++ b/science/elmer-meshgen2d/Makefile
@@ -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>