diff options
author | ade <ade@FreeBSD.org> | 2001-12-03 03:58:06 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-12-03 03:58:06 +0800 |
commit | 50c8d439ede35989bd0f3816176d91ff799591a2 (patch) | |
tree | 1e23062baaefea888bd2e33406d376dd43058d4e /textproc/p5-Orchard-Perl/Makefile | |
parent | 5202583d209132399591a235134f6f68ac932ea5 (diff) | |
download | freebsd-ports-gnome-50c8d439ede35989bd0f3816176d91ff799591a2.tar.gz freebsd-ports-gnome-50c8d439ede35989bd0f3816176d91ff799591a2.tar.zst freebsd-ports-gnome-50c8d439ede35989bd0f3816176d91ff799591a2.zip |
Fix 'make index'.
textproc/orchard doesn't exist. textproc/orchard-c does.
Diffstat (limited to 'textproc/p5-Orchard-Perl/Makefile')
-rw-r--r-- | textproc/p5-Orchard-Perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Orchard-Perl/Makefile b/textproc/p5-Orchard-Perl/Makefile index 332ea0a8fffa..c04c9820fae7 100644 --- a/textproc/p5-Orchard-Perl/Makefile +++ b/textproc/p5-Orchard-Perl/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@protey.ru RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -LIB_DEPENDS= orchard.0:${PORTSDIR}/textproc/orchard +LIB_DEPENDS= orchard.0:${PORTSDIR}/textproc/orchard-c PERL_CONFIGURE= yes |