From 674f764217155be8a8076a613e64631772a2fce3 Mon Sep 17 00:00:00 2001 From: shell Date: Thu, 19 Jul 2001 20:48:06 +0000 Subject: [PATCH] Sync with libxml --- textproc/libxslt/Makefile | 4 ++-- textproc/p5-XML-LibXML/Makefile | 4 ++-- textproc/p5-XML-LibXSLT/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 8f5e1468d56..e324d8aaa41 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/10 03:47:51 shell Exp $ +# $OpenBSD: Makefile,v 1.6 2001/07/19 20:48:06 shell Exp $ COMMENT= "the XSLT C Library for GNOME" @@ -9,7 +9,7 @@ HOMEPAGE= http://xmlsoft.org/ MAINTAINER= Shell Hung -LIB_DEPENDS= xml2.5::textproc/libxml +LIB_DEPENDS= xml2.::textproc/libxml PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index b3005d59d11..927130d0bed 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/01 07:16:34 shell Exp $ +# $OpenBSD: Makefile,v 1.6 2001/07/19 20:48:06 shell Exp $ COMMENT= "perl interface to the libxml2 library" @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= XML MAINTAINER= Shell Hung -LIB_DEPENDS= xml2.5::textproc/libxml +LIB_DEPENDS= xml2.::textproc/libxml PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index 45f54c19fc4..4ce326ee6c9 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/07/18 13:48:35 shell Exp $ +# $OpenBSD: Makefile,v 1.9 2001/07/19 20:48:06 shell Exp $ COMMENT= "fast XSLT module for perl" @@ -19,7 +19,7 @@ MAINTAINER= Shell Hung PERL_MODULE= ${LOCALBASE}/libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd BUILD_DEPENDS= ${PERL_MODULE}/XML/LibXML.pm::textproc/p5-XML-LibXML RUN_DPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= xml2.5::textproc/libxml \ +LIB_DEPENDS= xml2.::textproc/libxml \ xslt.::textproc/libxslt