diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 02:16:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 02:16:42 +0000 |
commit | b65ba9294f953742e2a222b83483a4b80d6e85e5 (patch) | |
tree | 76eae25aaf62870b0dd7964f902978de7fbf75ee /devel/hdf | |
parent | c1390c29fcca017c79ae03c0fef5bc8276e2455d (diff) | |
download | pkgsrc-b65ba9294f953742e2a222b83483a4b80d6e85e5.tar.gz |
USE_BUILDLINK3 needs to be set to yes.
Diffstat (limited to 'devel/hdf')
-rw-r--r-- | devel/hdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hdf/Makefile b/devel/hdf/Makefile index fc250b25c70..a3409498c82 100644 --- a/devel/hdf/Makefile +++ b/devel/hdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/04/20 18:14:37 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/25 02:16:42 snj Exp $ DISTNAME= HDF4.2r0 PKGNAME= hdf-4.2r0 @@ -10,7 +10,7 @@ HOMEPAGE= http://hdf.ncsa.uiuc.edu/hdf4.html COMMENT= NCSA Hierarchical Data Format USE_FORTRAN= # defined -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-szlib CONFIGURE_ARGS+= --includedir=${PREFIX}/include/hdf |