Date: Tue, 25 Mar 2003 04:40:12 -0800 (PST) From: Maxim Maximov <mcsi@agava.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/50207: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion between encodings Message-ID: <200303251240.h2PCeCQB083945@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50207; it has been noted by GNATS. From: Maxim Maximov <mcsi@agava.com> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/50207: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion between encodings Date: Tue, 25 Mar 2003 15:30:11 +0300 And here is the patch to p5-Unicode-Lite/Makefile to add dependancy on p5-enum: --- Makefile.orig Tue Mar 25 12:31:07 2003 +++ Makefile Tue Mar 25 15:27:49 2003 @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/enum.pm:${PORTSDIR}/devel/p5-enum RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.ru) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303251240.h2PCeCQB083945>