diff options
author | swills <swills@FreeBSD.org> | 2012-01-08 13:49:48 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-08 13:49:48 +0800 |
commit | 71961438252b85ea86100bb41537d9557433bd08 (patch) | |
tree | c246d853b17b9ea298558605e1b674b9440e6a62 | |
parent | d0306d8692176ce99d8eb38870b5a6397766af2d (diff) | |
download | freebsd-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/Makefile | 4 |
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 |