summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-14 12:07:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-14 12:07:29 +0000
commitf6058f890a145e6a4704cdb06a6f4fb5714f7cd7 (patch)
tree88457179af7edcb1a7c5b2c147bef63800a116e9 /print
parentMark FORBIDDEN due to security hole: (diff)
add build-depnd to pdflib
PR: 38067 Submitted by: Alex Kapranoff <kappa@agava.com>
Notes
Notes: svn path=/head/; revision=59078
Diffstat (limited to 'print')
-rw-r--r--print/p5-PDFLib/Makefile3
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