aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-10-31 02:03:01 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-10-31 02:03:01 +0000
commit42bc4e48021d4fa15c5e403cc87da8c4e0de9c9a (patch)
tree5aa7f3b50cea9e6b2e6e60ea4c6160dc95c1c662 /ftp
parentb80cc120d05603c5a49e49e1ea4c925c1a10ebd8 (diff)
downloadports-42bc4e48021d4fa15c5e403cc87da8c4e0de9c9a.tar.gz
ports-42bc4e48021d4fa15c5e403cc87da8c4e0de9c9a.zip
- Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp. - Add instruction to avoid a build error in multimedia/rtmpdump under a specific condition.
Notes
Notes: svn path=/head/; revision=332194
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index feb036a060aa..39dffcc8bbd1 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -103,7 +103,7 @@ PROXY_CONFIGURE_OFF= --disable-proxy
PROXY_CONFIGURE_ON= --enable-proxy
RTMP_CONFIGURE_OFF= --without-librtmp
RTMP_CONFIGURE_ON= --with-librtmp=${LOCALBASE}
-RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/rtmpdump
+RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp
SPNEGO_CONFIGURE_OFF= --without-spnego
SPNEGO_CONFIGURE_ON= --with-spnego=${LOCALBASE}/lib
SPNEGO_CPPFLAGS= -I${LOCALBASE}/include/fbopenssl