diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-20 01:35:46 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-20 01:35:46 +0000 |
commit | baa19e0df734e011b443ad191868096c377230e3 (patch) | |
tree | 4a4200f652ee1b60b5c2aa48350a32c2b75373bd /science/elmer-meshgen2d | |
parent | c8167e4b82d90f1e51de9269d3b2b8eae3949d50 (diff) | |
download | ports-baa19e0df734e011b443ad191868096c377230e3.tar.gz ports-baa19e0df734e011b443ad191868096c377230e3.zip |
Notes
Diffstat (limited to 'science/elmer-meshgen2d')
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 10 |
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> |