diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-22 06:13:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-22 06:13:22 +0000 |
commit | bbda2981e80630316af9aecad0aae7d131a12648 (patch) | |
tree | dccee26bbf5101e1184eced97d9970ca74bbf1ab /textproc/p5-XML-Simple | |
parent | 51956593015d1c86b0b3d4b71521c7e1aebc90c9 (diff) | |
download | ports-bbda2981e80630316af9aecad0aae7d131a12648.tar.gz ports-bbda2981e80630316af9aecad0aae7d131a12648.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 5c927cc75710..35463b56d779 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= andrew@ugh.net.au -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |