diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-07 23:42:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-07 23:42:21 +0000 |
commit | 16c12b6e8662d38768dd48f1f70e36bf11bf3489 (patch) | |
tree | d08981291a18f1d1967082f3ef73b100ad066d8a /textproc/sablotron | |
parent | eb20c28d7af9887349d6b74de6d972d482617497 (diff) | |
download | pkgsrc-16c12b6e8662d38768dd48f1f70e36bf11bf3489.tar.gz |
Add two header files that appeared in the last update.
Closes PR 18551 by Sergio Jimenez Romero.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/buildlink2.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/sablotron/buildlink2.mk b/textproc/sablotron/buildlink2.mk index cbdc93c4e81..ea39d9ddbba 100644 --- a/textproc/sablotron/buildlink2.mk +++ b/textproc/sablotron/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2002/09/10 16:06:50 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2002/10/07 23:42:21 wiz Exp $ .if !defined(SABLOTRON_BUILDLINK2_MK) SABLOTRON_BUILDLINK2_MK= # defined @@ -9,7 +9,9 @@ BUILDLINK_PKGSRCDIR.sablotron?= ../../textproc/sablotron EVAL_PREFIX+= BUILDLINK_PREFIX.sablotron=sablotron BUILDLINK_PREFIX.sablotron_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.sablotron= include/sablot.h +BUILDLINK_FILES.sablotron= include/sabcfg.h +BUILDLINK_FILES.sablotron+= include/sabdbg.h +BUILDLINK_FILES.sablotron+= include/sablot.h BUILDLINK_FILES.sablotron+= include/sdom.h BUILDLINK_FILES.sablotron+= include/shandler.h BUILDLINK_FILES.sablotron+= include/sxpath.h |