diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-15 15:00:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-15 15:00:46 +0800 |
commit | de8f4226f4fdba3ceab1926224838be2587163e0 (patch) | |
tree | 960a557123f230aca951d7c2f2133419f5e4e270 /science/cgnslib | |
parent | 01a7b31527a5764bdc03d41afd700474f47d5484 (diff) | |
download | freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.gz freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.tar.zst freebsd-ports-gnome-de8f4226f4fdba3ceab1926224838be2587163e0.zip |
- Bump PORTREVISION for science/hdf5-18 shlib change
Diffstat (limited to 'science/cgnslib')
-rw-r--r-- | science/cgnslib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 2e6827135fcc..19fd72e41929 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -7,6 +7,7 @@ PORTNAME= cgnslib DISTVERSION= 2.5-5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/Release%20${PORTVERSION:E} DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -25,7 +26,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_LDCONFIG= yes .if !defined(WITHOUT_HDF5) -LIB_DEPENDS+= hdf5.6:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 CONFIGURE_ARGS+=--with-hdf5=${LOCALBASE} PLIST_SUB= HDF5="" .else |