diff options
author | swills <swills@FreeBSD.org> | 2012-01-10 05:22:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-10 05:22:23 +0800 |
commit | d19f02aa6dda3fc238fab52cf046bdd00feb9143 (patch) | |
tree | f1ed5a0ed7c5bc480d1fe85b77cb067234ee6e91 | |
parent | c69f9e4f013945bd153b931a969aa202859e69b9 (diff) | |
download | freebsd-ports-gnome-d19f02aa6dda3fc238fab52cf046bdd00feb9143.tar.gz freebsd-ports-gnome-d19f02aa6dda3fc238fab52cf046bdd00feb9143.tar.zst freebsd-ports-gnome-d19f02aa6dda3fc238fab52cf046bdd00feb9143.zip |
- Add missing BUILD_DEPENDS to silence build warnings and enable testing
-rw-r--r-- | www/p5-Catalyst-Engine-Apache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Engine-Apache/Makefile b/www/p5-Catalyst-Engine-Apache/Makefile index 861253449510..3ecf369f3b6b 100644 --- a/www/p5-Catalyst-Engine-Apache/Makefile +++ b/www/p5-Catalyst-Engine-Apache/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Catalyst Apache Engines +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS= p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime PERL_CONFIGURE= yes |