diff options
author | glewis <glewis@FreeBSD.org> | 2003-10-10 23:40:23 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-10-10 23:40:23 +0800 |
commit | 252d23bf131cc3590a005cb06da895d4f4109449 (patch) | |
tree | 49c1609fe4d889c25b46b229ca667b1184566b89 /print/axpoint | |
parent | f17143234d0a3217fc980152324f54789d9a9902 (diff) | |
download | freebsd-ports-gnome-252d23bf131cc3590a005cb06da895d4f4109449.tar.gz freebsd-ports-gnome-252d23bf131cc3590a005cb06da895d4f4109449.tar.zst freebsd-ports-gnome-252d23bf131cc3590a005cb06da895d4f4109449.zip |
. 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
Diffstat (limited to 'print/axpoint')
-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} |