Date: Mon, 27 Feb 2006 12:10:07 GMT From: Simun Mikecin <numisemis@yahoo.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/93898: [NEW PORT] print/p5-XML-ApacheFOP: Access Apache FOP from Perl to create PDF files using XSL-FO Message-ID: <200602271210.k1RCA700062114@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93898; it has been noted by GNATS. From: Simun Mikecin <numisemis@yahoo.com> To: bug-followup@freebsd.org Cc: Subject: Re: ports/93898: [NEW PORT] print/p5-XML-ApacheFOP: Access Apache FOP from Perl to create PDF files using XSL-FO Date: Mon, 27 Feb 2006 04:07:44 -0800 (PST) I forgot to add textproc/fop to the dependency list. This should fix it: --- Makefile.old Mon Feb 27 13:04:58 2006 +++ Makefile Mon Feb 27 13:02:32 2006 @@ -16,7 +16,8 @@ COMMENT= Access Apache FOP from Perl to create PDF files using XSL-FO BUILD_DEPENDS= ${SITE_PERL}/Java.pm:${PORTSDIR}/devel/p5-Java -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/share/fop/build/fop.jar:${PORTSDIR}/textproc/fop +RUN_DEPENDS+= ${BUILD_DEPENDS} PERL_CONFIGURE= yes __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602271210.k1RCA700062114>