From 73740241218be7296fe33a9f50e7f93a95e4510f Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 20 Apr 2002 01:36:38 +0000 Subject: [PATCH] this requires libxslt; register proper lib dependency --- textproc/p5-XML-XSLT/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index ed424d3e011..8a4f1508e20 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/03/21 21:25:53 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2002/04/20 01:36:38 pvalchev Exp $ COMMENT= "perl module to perform XSLT transformations" @@ -15,6 +15,7 @@ PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl BUILD_DEPENDS= ::textproc/p5-XML-Parser \ ::textproc/p5-XML-DOM RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= exslt::textproc/libxslt PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes