diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 15:05:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-13 15:05:22 +0000 |
commit | a0b80839e95bccb3a0911b6681b0dae6b2fb0931 (patch) | |
tree | 9aee7daff17aa3e9d86b21e583a6fb047b759e5d /textproc | |
parent | 16a185a521df5414790dd36163ba0adbf57dc844 (diff) | |
download | ports-a0b80839e95bccb3a0911b6681b0dae6b2fb0931.tar.gz ports-a0b80839e95bccb3a0911b6681b0dae6b2fb0931.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ascii2pdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ascii2pdf/Makefile b/textproc/ascii2pdf/Makefile index 26e6418d5fe6..26b7f8809bd4 100644 --- a/textproc/ascii2pdf/Makefile +++ b/textproc/ascii2pdf/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-0.9.1 MAINTAINER= petef@databits.net -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create NO_BUILD= yes |