diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-11 00:14:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-11 00:14:43 +0000 |
commit | 6a0e02ce180e1507780f03fc55561061aa2d102e (patch) | |
tree | 0012b42cfebd51b4880198cad9119ab318a4bece /textproc/libxml | |
parent | 7fb4fc1c919642f3a5472dccbc6879df3aa9276f (diff) | |
download | pkgsrc-6a0e02ce180e1507780f03fc55561061aa2d102e.tar.gz |
* Substitute for @VERSION@ in xmlConf.sh;
* Note dependency on zlib (for Solaris);
* Ensure xml-config --libs returns proper linker flags.
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/libxml/files/patch-sum | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 6550b1e176f..517e4161e03 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/10 15:23:37 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/11 00:14:43 jlam Exp $ # DISTNAME= libxml-1.7.3 @@ -9,6 +9,12 @@ MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +DEPENDS+= zlib-*:../../devel/zlib +.endif + USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/textproc/libxml/files/patch-sum b/textproc/libxml/files/patch-sum index 4839fdf6d41..50e606a90bd 100644 --- a/textproc/libxml/files/patch-sum +++ b/textproc/libxml/files/patch-sum @@ -1,3 +1,5 @@ -$NetBSD: patch-sum,v 1.2 1999/07/31 19:02:04 rh Exp $ +$NetBSD: patch-sum,v 1.3 1999/10/11 00:14:44 jlam Exp $ MD5 (patch-aa) = dfcb4d7eb4344724546e14d6a2b17915 +MD5 (patch-ab) = 6c61e8fc3e6dac5f193ea0ae42f929d2 +MD5 (patch-ac) = 41af8fe941a7cfe891f9cccd579943ce |