diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-14 12:07:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-14 12:07:29 +0000 |
commit | f6058f890a145e6a4704cdb06a6f4fb5714f7cd7 (patch) | |
tree | 88457179af7edcb1a7c5b2c147bef63800a116e9 /print/p5-PDFLib | |
parent | b0a548cf0e27e406bf761cb20fe2b9b3c7930a6f (diff) | |
download | ports-f6058f890a145e6a4704cdb06a6f4fb5714f7cd7.tar.gz ports-f6058f890a145e6a4704cdb06a6f4fb5714f7cd7.zip |
Notes
Diffstat (limited to 'print/p5-PDFLib')
-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 cef8e38f4006..91ff1810f9f2 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 |