diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
commit | 879e75a6593d4f669464a017aaebd9f8bee250f3 (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /math/deal.ii | |
parent | ac9adb54c85f3dfb91ab2b68f5398801ca2e1f78 (diff) | |
download | freebsd-ports-gnome-879e75a6593d4f669464a017aaebd9f8bee250f3.tar.gz freebsd-ports-gnome-879e75a6593d4f669464a017aaebd9f8bee250f3.tar.zst freebsd-ports-gnome-879e75a6593d4f669464a017aaebd9f8bee250f3.zip |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Diffstat (limited to 'math/deal.ii')
-rw-r--r-- | math/deal.ii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index 33f2e7d4375c..cd8de53f75a9 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -3,7 +3,7 @@ PORTNAME= deal.II DISTVERSIONPREFIX= v DISTVERSION= 9.0.1 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org |