diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-10-10 15:40:23 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-10-10 15:40:23 +0000 |
commit | 31e328a71e786506ac260938f9292bdce1ff1845 (patch) | |
tree | 247391792477c7d1b149136d258ebe934e2866b3 /print | |
parent | . Update to 1.3 (diff) |
. 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
Notes
Notes:
svn path=/head/; revision=90805
Diffstat (limited to 'print')
-rw-r--r-- | print/axpoint/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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} |