diff options
author | hrs <hrs@FreeBSD.org> | 2013-10-31 10:03:01 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-10-31 10:03:01 +0800 |
commit | 7d80212ae8cf99791d836201ba6c10e5856af7ce (patch) | |
tree | 5aa7f3b50cea9e6b2e6e60ea4c6160dc95c1c662 /ftp | |
parent | d33d938cb7cc63d53c3edb6f611c9a264aed2202 (diff) | |
download | freebsd-ports-gnome-7d80212ae8cf99791d836201ba6c10e5856af7ce.tar.gz freebsd-ports-gnome-7d80212ae8cf99791d836201ba6c10e5856af7ce.tar.zst freebsd-ports-gnome-7d80212ae8cf99791d836201ba6c10e5856af7ce.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.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
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 |