diff options
Diffstat (limited to 'textproc/p5-CAM-PDF/Makefile')
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index b78051854a8e..f845b4edce7c 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -14,9 +14,9 @@ COMMENT= PDF manipulation library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-RC4>=2.02:security/p5-Crypt-RC4 \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Crypt-RC4>=2.02:security/p5-Crypt-RC4 \ p5-Text-PDF>=0.29:print/p5-Text-PDF -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Memory-Cycle>=1.02:devel/p5-Test-Memory-Cycle \ p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage |