diff options
author | alnsn <alnsn@pkgsrc.org> | 2011-10-06 20:26:28 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2011-10-06 20:26:28 +0000 |
commit | 1df484fe8a1135198579981e63c35b4476b0b0a5 (patch) | |
tree | 3abc9b409d29c943808b6d8b0d1601ccf41a2f9f /graphics | |
parent | 77768efc3289da4129ed33e0fefc9655b0debba2 (diff) | |
download | pkgsrc-1df484fe8a1135198579981e63c35b4476b0b0a5.tar.gz |
Add --without-octave to CONFIGURE_ARGS. This fixes a failure with upcoming
update of devel/hdf5.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/h5utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/h5utils/Makefile b/graphics/h5utils/Makefile index d5df9f89a46..ef93a5398c5 100644 --- a/graphics/h5utils/Makefile +++ b/graphics/h5utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/02/01 09:05:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/10/06 20:26:28 alnsn Exp $ # DISTNAME= h5utils-1.12.1 @@ -13,6 +13,7 @@ LICENSE= mit AND gnu-gpl-v2 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-octave PKG_DESTDIR_SUPPORT= user-destdir pre-install: |