aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-08 13:49:48 +0800
committerswills <swills@FreeBSD.org>2012-01-08 13:49:48 +0800
commit71961438252b85ea86100bb41537d9557433bd08 (patch)
treec246d853b17b9ea298558605e1b674b9440e6a62
parentd0306d8692176ce99d8eb38870b5a6397766af2d (diff)
downloadfreebsd-ports-gnome-71961438252b85ea86100bb41537d9557433bd08.tar.gz
freebsd-ports-gnome-71961438252b85ea86100bb41537d9557433bd08.tar.zst
freebsd-ports-gnome-71961438252b85ea86100bb41537d9557433bd08.zip
- Add missing BUILD_DEPENDS to silence build warnings and enable testing
- Add TEST_DEPENDS to enable testing
-rw-r--r--textproc/p5-Pod-Xhtml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile
index e0b90d61500c..005a9a91dc16 100644
--- a/textproc/p5-Pod-Xhtml/Makefile
+++ b/textproc/p5-Pod-Xhtml/Makefile
@@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate well-formed XHTML documents from POD format documentation
-RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
PERL_CONFIGURE= yes