diff options
author | Diane Bruce <db@FreeBSD.org> | 2009-05-12 23:19:52 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2009-05-12 23:19:52 +0000 |
commit | 714e6c8dbe92f379c0581952e537ac7682dc6f3b (patch) | |
tree | fec3567f7e1cdab3beef611f9666207d3a0e0823 /comms/yfklog | |
parent | 6ba27f4fb03390d33f06b8610ac71c4e94e2885b (diff) | |
download | ports-714e6c8dbe92f379c0581952e537ac7682dc6f3b.tar.gz ports-714e6c8dbe92f379c0581952e537ac7682dc6f3b.zip |
Notes
Diffstat (limited to 'comms/yfklog')
-rw-r--r-- | comms/yfklog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/yfklog/Makefile b/comms/yfklog/Makefile index f6996dd5c764..b009bccb9baa 100644 --- a/comms/yfklog/Makefile +++ b/comms/yfklog/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/Hamlib.pm:${PORTSDIR}/comms/hamlib \ - ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net-FTP-File + ${SITE_PERL}/Net/FTP/File.pm:${PORTSDIR}/net/p5-Net-FTP-File USE_PERL5= yes NO_BUILD= yes |