summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-14 06:29:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-14 06:29:22 +0000
commit4380b092a101a629449748143bc6671ce4bf92c4 (patch)
tree180b35a2379568c0893ccd47e0f54936d7c02270
parentFix MASTER_SITES. (diff)
print/pdflib -> print/pdflib4
Informed maintainers.
Notes
Notes: svn path=/head/; revision=78942
-rw-r--r--print/axpoint/Makefile2
-rw-r--r--print/ruby-pdflib/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile
index 87c7b560fbef..6874cc677519 100644
--- a/print/axpoint/Makefile
+++ b/print/axpoint/Makefile
@@ -19,7 +19,7 @@ COMMENT= XML Based Presentations
BUILD_DEPENDS= ${PERL_SITELIBDIR}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${PERL_SITELIBDIR}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \
${PERL_SITELIBDIR}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib
-LIB_DEPENDS= pdf.4:${PORTSDIR}/print/pdflib
+LIB_DEPENDS= pdf.4:${PORTSDIR}/print/pdflib4
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile
index 2fd87f72fa7f..3986a67c42e8 100644
--- a/print/ruby-pdflib/Makefile
+++ b/print/ruby-pdflib/Makefile
@@ -19,7 +19,7 @@ COMMENT= A Ruby extension library to access PDFlib
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
- pdf.4:${PORTSDIR}/print/pdflib
+ pdf.4:${PORTSDIR}/print/pdflib4
USE_RUBY= yes
USE_RUBY_EXTCONF= yes