diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-13 20:22:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-13 20:22:35 +0000 |
commit | 3d5d0266338482ce90d383aa9bcf380fe818e12a (patch) | |
tree | 38d43ba149e1a4a609c064c3fc3280e94f5d1e98 /science | |
parent | 2295ab79d6ef3e98f41fbb14560681f0c1a8fd44 (diff) | |
download | ports-3d5d0266338482ce90d383aa9bcf380fe818e12a.tar.gz ports-3d5d0266338482ce90d383aa9bcf380fe818e12a.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 4 | ||||
-rw-r--r-- | science/openfoam/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index e80134710bf8..e35e5435f3f6 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9pre6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,7 +34,7 @@ COMMENT?= GDL, a free IDL compatible incremental compiler LIB_DEPENDS+= plplotd.11:${PORTSDIR}/math/plplot \ gsl.13:${PORTSDIR}/math/gsl \ dps.0:${PORTSDIR}/x11/dgs \ - readline.5:${PORTSDIR}/devel/readline + readline.6:${PORTSDIR}/devel/readline USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/ImageMagick" \ diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index 0943bb3e1a31..197f65d7ba2b 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -7,7 +7,7 @@ PORTNAME= ${REALNAME:L} PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= foam @@ -28,7 +28,7 @@ BUILD_DEPENDS= micod:${PORTSDIR}/devel/mico \ ${LOCALBASE}/lib/X11/fonts/freefont-ttf/FreeSans.ttf:${PORTSDIR}/x11-fonts/freefont-ttf # ${LOCALBASE}/lib/parmetis/libmetis.a:${PORTSDIR}/math/parmetis LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - readline.5:${PORTSDIR}/devel/readline + readline.6:${PORTSDIR}/devel/readline # OpenFOAM requires metis-5.0, not yet in the ports tree # metis.1:${PORTSDIR}/math/metis # CGAL.0:${PORTSDIR}/math/cgal |