From a18b090379fb811c703c64837707f0070be6f04f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 19 Mar 2002 16:25:49 +0000 Subject: [PATCH] p5-XML-Parser is a RUN_DEPENDS, not just a BUILD_DEPENDS Submitted by: Nick Jennings PR: misc/36081 Approved by: Andrew (maintainer) --- textproc/p5-XML-Simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 4cc813f5928c..5c927cc75710 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= andrew@ugh.net.au -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser PERL_CONFIGURE= YES