diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-26 07:52:12 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-26 07:52:12 +0800 |
commit | 3fc1b240eb0fac2164328791d8e4dc52a3943d56 (patch) | |
tree | 418e6b4c8a9681d1e693fffbe75b53bd77edf46c /net | |
parent | 1ae72d5550ad99c8dd7abe2c10272fbc4cda3b73 (diff) | |
download | freebsd-ports-gnome-3fc1b240eb0fac2164328791d8e4dc52a3943d56.tar.gz freebsd-ports-gnome-3fc1b240eb0fac2164328791d8e4dc52a3943d56.tar.zst freebsd-ports-gnome-3fc1b240eb0fac2164328791d8e4dc52a3943d56.zip |
- fix another showstopper, forgot a "\" at the end of the previous
build dependency.
Diffstat (limited to 'net')
-rw-r--r-- | net/flowscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/flowscan/Makefile b/net/flowscan/Makefile index 0ce13f6ecfe7..d8ca6f18e172 100644 --- a/net/flowscan/Makefile +++ b/net/flowscan/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Boulder/Stream.pm:${PORTSDIR}/converters/p5-Boulder \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ConfigReader/DirectiveStyle.pm:${PORTSDIR}/devel/p5-ConfigReader \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net/p5-Cflow \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/Patricia.pm:${PORTSDIR}/net/p5-Net-Patricia RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake |