diff options
Diffstat (limited to 'textproc/p5-PDF-Table/Makefile')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index bce45cf7ba5d..2130935f7916 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= danilo@FreeBSD.org COMMENT= Utility class for building table layouts in a PDF::API2 object -BUILD_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-PDF-API2>=0:textproc/p5-PDF-API2 USES= perl5 USE_PERL5= configure |