summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-22 06:13:22 +0000
committerijliao <ijliao@FreeBSD.org>2002-05-22 06:13:22 +0000
commitffd51121629aa5bb3f7492ad243880bda49bdc74 (patch)
treeb3f23a1861d98011f71da44f2f0084974f9eb01a /textproc
parent3ff4b19cd35b1dac0d50b45d67cced7cc0f6665f (diff)
downloadFreeBSD-ports-ffd51121629aa5bb3f7492ad243880bda49bdc74.zip
FreeBSD-ports-ffd51121629aa5bb3f7492ad243880bda49bdc74.tar.gz
fix dependency
PR: 38103, 38393 Submitted by: Nate Eldredge <neldredge@hmc.edu>, Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
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 5c927cc..35463b5 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
OpenPOWER on IntegriCloud