summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-22 06:13:22 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-22 06:13:22 +0000
commitbbda2981e80630316af9aecad0aae7d131a12648 (patch)
treedccee26bbf5101e1184eced97d9970ca74bbf1ab /textproc
parentbuild with sdl sound (diff)
fix dependency
PR: 38103, 38393 Submitted by: Nate Eldredge <neldredge@hmc.edu>, Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
Notes
Notes: svn path=/head/; revision=59671
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Simple/Makefile3
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