diff options
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r-- | science/hdf5/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 0facac7ed39..9b834179b3d 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -8,9 +8,10 @@ PORTNAME= hdf5 PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-post1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-post2 MAINTAINER= koziol@ncsa.uiuc.edu COMMENT= Hierarchical Data Format library (from NCSA) @@ -28,10 +29,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Configure fails on sparc64" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ |