diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-22 14:13:22 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-22 14:13:22 +0800 |
commit | ffd51121629aa5bb3f7492ad243880bda49bdc74 (patch) | |
tree | b3f23a1861d98011f71da44f2f0084974f9eb01a | |
parent | 3ff4b19cd35b1dac0d50b45d67cced7cc0f6665f (diff) | |
download | freebsd-ports-graphics-ffd51121629aa5bb3f7492ad243880bda49bdc74.tar.gz freebsd-ports-graphics-ffd51121629aa5bb3f7492ad243880bda49bdc74.tar.zst freebsd-ports-graphics-ffd51121629aa5bb3f7492ad243880bda49bdc74.zip |
fix dependency
PR: 38103, 38393
Submitted by: Nate Eldredge <neldredge@hmc.edu>, Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
-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 5c927cc7571..35463b56d77 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 |