diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-04 05:35:45 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-04 05:35:45 +0800 |
commit | afa6591bcb091d769e07b15fdc35d6c553ef9554 (patch) | |
tree | c4d5e0e9ad356335c902ca0cf5fd714fd9678022 /science | |
parent | 364e38f20fc2062172e46719f232421595a8f25f (diff) | |
download | freebsd-ports-gnome-afa6591bcb091d769e07b15fdc35d6c553ef9554.tar.gz freebsd-ports-gnome-afa6591bcb091d769e07b15fdc35d6c553ef9554.tar.zst freebsd-ports-gnome-afa6591bcb091d769e07b15fdc35d6c553ef9554.zip |
- Update lib after graphics/gts update.
- Bump portrevision.
Approved by: maintainer via email, mnag (mentor).
Diffstat (limited to 'science')
-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 |