diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-05-28 20:51:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-05-28 20:51:05 +0000 |
commit | c2ebc9c5c038a5a2cba41bb3d2bf972eea8d76d9 (patch) | |
tree | 42416efc318b081d61917d9f58840bff9203ec50 /math | |
parent | - Fix build after databases/mysqltcl update (diff) |
Bump port revision. My last commit enables us
to link against shared lib version of blacs without
errors. To force users to recompile this port, port
revision has been bumped.
Suggested by: thierry
Notes
Notes:
svn path=/head/; revision=192222
Diffstat (limited to 'math')
-rw-r--r-- | math/blacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile index e3f08df11ada..a1382e866ec6 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/blacs/ DISTNAME= BLACS |