diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-14 12:07:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-14 12:07:29 +0000 |
commit | 1a9d5d29208a6a7764171e78aba2fe485deee969 (patch) | |
tree | 84973488c39e675cc8dad6ec5eb6a7c31c44aa92 /print/p5-PDFLib/Makefile | |
parent | 092f90d05cc902303b8e24545f1e1286f03c6207 (diff) | |
download | FreeBSD-ports-1a9d5d29208a6a7764171e78aba2fe485deee969.zip FreeBSD-ports-1a9d5d29208a6a7764171e78aba2fe485deee969.tar.gz |
add build-depnd to pdflib
PR: 38067
Submitted by: Alex Kapranoff <kappa@agava.com>
Diffstat (limited to 'print/p5-PDFLib/Makefile')
-rw-r--r-- | print/p5-PDFLib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/p5-PDFLib/Makefile b/print/p5-PDFLib/Makefile index cef8e38..91ff181 100644 --- a/print/p5-PDFLib/Makefile +++ b/print/p5-PDFLib/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/pdflib_pl.pm:${PORTSDIR}/print/pdflib +RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes PERL_CONFIGURE= yes |