diff options
Diffstat (limited to 'net/p5-What/Makefile')
-rw-r--r-- | net/p5-What/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-What/Makefile b/net/p5-What/Makefile index 4d398b1d67ff..4afe74bb5e64 100644 --- a/net/p5-What/Makefile +++ b/net/p5-What/Makefile @@ -15,9 +15,9 @@ COMMENT= Find out about running services LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Error>=0:lang/p5-Error \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Error>=0:lang/p5-Error \ p5-Exception-Class>=1.21:devel/p5-Exception-Class -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Pod>=1:devel/p5-Test-Pod |