diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-27 06:06:05 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-27 06:06:05 +0800 |
commit | dcef154bb35ed15111ca2e7351ac3d82e2a45788 (patch) | |
tree | 26146b0fa620a25d687164919c272ababbfc6c1f /math | |
parent | 0162a534608febee51f4134102cdb7038458e39f (diff) | |
download | freebsd-ports-gnome-dcef154bb35ed15111ca2e7351ac3d82e2a45788.tar.gz freebsd-ports-gnome-dcef154bb35ed15111ca2e7351ac3d82e2a45788.tar.zst freebsd-ports-gnome-dcef154bb35ed15111ca2e7351ac3d82e2a45788.zip |
Fix a typo in COMMENT.
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/elmer-mathlibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile index 481b9cc6a178..22d63105722d 100644 --- a/math/elmer-mathlibs/Makefile +++ b/math/elmer-mathlibs/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ PKGNAMEPREFIX= elmer- MAINTAINER= giffunip@asme.org -COMMENT= Math libraries build with F90 for used by ELMER FEM +COMMENT= Math libraries build with F90 for used in ELMER FEM BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran |