diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-03 21:35:45 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-03 21:35:45 +0000 |
commit | ed5cea0280c43ec0abd7ef95b6d662b82d9049d4 (patch) | |
tree | 24d5cc844229f25bf0375f892a4f009dbffcb4a1 /science/gerris | |
parent | - Update to 0.7.6. (diff) |
- Update lib after graphics/gts update.
- Bump portrevision.
Approved by: maintainer via email, mnag (mentor).
Diffstat (limited to 'science/gerris')
-rw-r--r-- | science/gerris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gerris/Makefile b/science/gerris/Makefile index ccebb8f7d753..dd8a8ebf30fa 100644 --- a/science/gerris/Makefile +++ b/science/gerris/Makefile @@ -8,7 +8,7 @@ PORTNAME= gerris PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gfs @@ -23,7 +23,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= odunkl@gmx.net COMMENT= A scientific CFD simulator -LIB_DEPENDS= gts.4:${PORTSDIR}/graphics/gts +LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts .if !defined(WITHOUT_DX) BUILD_DEPENDS+= dx:${PORTSDIR}/graphics/opendx |