From 252d23bf131cc3590a005cb06da895d4f4109449 Mon Sep 17 00:00:00 2001 From: glewis Date: Fri, 10 Oct 2003 15:40:23 +0000 Subject: . Remove LIB_DEPENDS on print/pdflib(4). This is implicit with the dependency on print/p5-PDFLib. Having our own dependency creates version tracking problems and is unnecessary. PR: 57120 --- print/axpoint/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'print/axpoint') diff --git a/print/axpoint/Makefile b/print/axpoint/Makefile index bc9c344e1287..f6bb7f7a2472 100644 --- a/print/axpoint/Makefile +++ b/print/axpoint/Makefile @@ -19,7 +19,6 @@ 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/pdflib4 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -- cgit