diff options
Diffstat (limited to 'textproc/p5-Pod-Xhtml/Makefile')
-rw-r--r-- | textproc/p5-Pod-Xhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile index 86649819059c..100f273ff379 100644 --- a/textproc/p5-Pod-Xhtml/Makefile +++ b/textproc/p5-Pod-Xhtml/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate well-formed XHTML documents from POD format documentation -BUILD_DEPENDS= p5-URI>=0:net/p5-URI -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-URI>=0:net/p5-URI TEST_DEPENDS= p5-Test-Assertions>0:devel/p5-Test-Assertions USES= perl5 |