diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 03:39:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 03:39:33 +0800 |
commit | d57a22fe285cc254cb63b9003fbcded7f16f587d (patch) | |
tree | 9bc1f0fac052d1f2d1271113f61cf0a12f939080 | |
parent | e5edc7d8d1920d67d425ba25f7cc813a1ddee068 (diff) | |
download | freebsd-ports-gnome-d57a22fe285cc254cb63b9003fbcded7f16f587d.tar.gz freebsd-ports-gnome-d57a22fe285cc254cb63b9003fbcded7f16f587d.tar.zst freebsd-ports-gnome-d57a22fe285cc254cb63b9003fbcded7f16f587d.zip |
- Add missing build depends to quiet build warnings and allow testing
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index 9b429f66b014..fa4605a0811d 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A log4j equivalent for Perl -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -RUN_DEPENDS= p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \ +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ + p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \ p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |