pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hdf5 Fix buildlink3.mk to include archivers/szip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/189ef41cf3c4
branches:  trunk
changeset: 491832:189ef41cf3c4
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 30 18:09:47 2005 +0000

description:
Fix buildlink3.mk to include archivers/szip

diffstat:

 devel/hdf5/buildlink3.mk |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (27 lines):

diff -r d5177ebd2a11 -r 189ef41cf3c4 devel/hdf5/buildlink3.mk
--- a/devel/hdf5/buildlink3.mk  Wed Mar 30 16:42:51 2005 +0000
+++ b/devel/hdf5/buildlink3.mk  Wed Mar 30 18:09:47 2005 +0000
@@ -1,14 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:13:28 tv Exp $
-# XXX
-# XXX This file was created automatically using createbuildlink-3.4.
-# XXX After this file as been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink[23].mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX  BUILDLINK_DEPMETHOD.hdf5?=      build
+# $NetBSD: buildlink3.mk,v 1.3 2005/03/30 18:09:47 adam Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 HDF5_BUILDLINK3_MK:=   ${HDF5_BUILDLINK3_MK}+
@@ -26,6 +16,7 @@
 BUILDLINK_PKGSRCDIR.hdf5?=     ../../devel/hdf5
 .endif # HDF5_BUILDLINK3_MK
 
+.include "../../archivers/szip/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index