diff options
author | glewis <glewis@FreeBSD.org> | 2005-03-18 03:35:07 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-03-18 03:35:07 +0800 |
commit | b77ac947e3b1293f96204cecfd36f3aaf88822fb (patch) | |
tree | 52f32596e7d8977eb894d296bf4d871fa523ad6f /science | |
parent | 387289c2ef8d9fafffdc993804b3e0d64c257a19 (diff) | |
download | freebsd-ports-gnome-b77ac947e3b1293f96204cecfd36f3aaf88822fb.tar.gz freebsd-ports-gnome-b77ac947e3b1293f96204cecfd36f3aaf88822fb.tar.zst freebsd-ports-gnome-b77ac947e3b1293f96204cecfd36f3aaf88822fb.zip |
. Add Szip support.
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index f648d4e7fb03..9b1adbf2b147 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -15,12 +15,14 @@ MAINTAINER= glewis@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) BUILD_DEPENDS= ${LOCALBASE}/bin/libtool15:${PORTSDIR}/devel/libtool15 -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + sz.2:${PORTSDIR}/science/szip CONFLICTS= netcdf-* GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" +CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" \ + --with-szlib="${LOCALBASE}" USE_REINPLACE= yes MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 |