diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-02-02 01:18:03 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-02-02 01:18:03 +0000 |
commit | bc6c23d3c23b39145a71c8e0067cee37e62b217e (patch) | |
tree | 5666576d84ebbbfe26adc5d608c11ef041d114d6 /security/hydra/Makefile | |
parent | 14c7744ec75d06fb76616c17146d7d797ca53a67 (diff) | |
download | pkgsrc-bc6c23d3c23b39145a71c8e0067cee37e62b217e.tar.gz |
Bump libssh dependency. Fixes bulk builds.
Diffstat (limited to 'security/hydra/Makefile')
-rw-r--r-- | security/hydra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index 12589ec1c67..b443a69f044 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2013/01/26 21:38:46 adam Exp $ +# $NetBSD: Makefile,v 1.45 2013/02/02 01:18:03 jperkin Exp $ # DISTNAME= ${PKGNAME_NOREV}-src @@ -32,7 +32,7 @@ SUBST_MESSAGE.build= Patching build files. USE_OLD_DES_API= YES PLIST_SRC= ${WRKDIR}/.PLIST_SRC CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -BUILDLINK_API_DEPENDS.libssh+= libssh-0.11{,nb*} +BUILDLINK_API_DEPENDS.libssh+= libssh-0.54{,nb*} INSTALLATION_DIRS= bin |