Enable SFTP. OK gonzalo@.
This commit is contained in:
parent
44dbd186fa
commit
7f1a99058c
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2015/05/30 16:11:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2015/06/02 11:38:50 juanfra Exp $
|
||||
|
||||
BROKEN-alpha = MetalinkParserStateV4Impl.cc:219:1: internal compiler error: Segmentation fault
|
||||
COMMENT = lightweight multi-protocol & multi-source download utility
|
||||
DISTNAME = aria2-1.19.0
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://aria2.sourceforge.net/
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
|
||||
|
||||
@ -19,14 +19,15 @@ MODULES = devel/gettext \
|
||||
MODGCC4_ARCHS = *
|
||||
MODGCC4_LANGS = c c++
|
||||
|
||||
LIB_DEPENDS = net/libcares
|
||||
LIB_DEPENDS = net/libcares \
|
||||
security/libssh2
|
||||
|
||||
BUILD_DEPENDS = devel/m4 \
|
||||
devel/cppunit
|
||||
|
||||
TEST_DEPENDS = ${BUILD_DEPENDS}
|
||||
|
||||
WANTLIB += c cares crypto expat m sqlite3 ssl z
|
||||
WANTLIB += c cares crypto expat m sqlite3 ssh2 ssl z
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
@ -36,9 +37,9 @@ CONFIGURE_ARGS += --with-sqlite3 \
|
||||
--with-libz \
|
||||
--with-libcares \
|
||||
--with-libexpat \
|
||||
--with-libssh2 \
|
||||
--with-openssl \
|
||||
--without-gnutls \
|
||||
--without-libssh2 \
|
||||
--without-libxml2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user