diff options
author | mat <mat@FreeBSD.org> | 2016-03-09 00:28:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-09 00:28:54 +0800 |
commit | 0dd1263cbc11673b8c53489f60f151b987c2d5cf (patch) | |
tree | 528b16b658029c9786a7f79ef31935291bee2cb1 /net | |
parent | 8eebe1f454e7f15ffba0c58433165f62ea765ca6 (diff) | |
download | freebsd-ports-gnome-0dd1263cbc11673b8c53489f60f151b987c2d5cf.tar.gz freebsd-ports-gnome-0dd1263cbc11673b8c53489f60f151b987c2d5cf.tar.zst freebsd-ports-gnome-0dd1263cbc11673b8c53489f60f151b987c2d5cf.zip |
Typo.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/mad_fcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile index 5b035dd44eab..0820f7386d12 100644 --- a/net/mad_fcl/Makefile +++ b/net/mad_fcl/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org COMMENT= FLUTE - File Delivery over Unidirectional Transport implementation -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libcurl.so:${PORTSDIR}/ftp/curl USES= dos2unix gmake |