diff options
-rw-r--r-- | lang/mdk/Makefile | 4 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 4 | ||||
-rw-r--r-- | science/openfoam/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 588c14ce2d6c..556738d5d8c3 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -8,7 +8,7 @@ PORTNAME= mdk PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -21,7 +21,7 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A set of utilities for developing programs using MIX and MIXAL LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ - readline.5:${PORTSDIR}/devel/readline + readline.6:${PORTSDIR}/devel/readline USE_GNOME= gnometarget libglade2 GNU_CONFIGURE= yes 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 |