pkgsrc/security/libassuan2/buildlink3.mk
adam 8d144214f8 libassuan2: updated to 2.5.1
Noteworthy changes in version 2.5.1:
 * Fix c+p error in the previous usleep fix.

Noteworthy changes in version 2.5.0:
 * New function to change the system hooks for the socket
   interface.
 * Fix the use of the internal usleep in the nPth implementation.
 * Interface changes relative to the 2.4.0 release:
 assuan_sock_set_system_hooks   NEW.
2017-12-21 09:44:14 +00:00

15 lines
433 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2017/12/21 09:44:14 adam Exp $
BUILDLINK_TREE+= libassuan
.if !defined(LIBASSUAN_BUILDLINK3_MK)
LIBASSUAN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.4.2
BUILDLINK_ABI_DEPENDS.libassuan+= libassuan>=2.4.2
BUILDLINK_PKGSRCDIR.libassuan?= ../../security/libassuan2
.include "../../security/libgpg-error/buildlink3.mk"
.endif # LIBASSUAN_BUILDLINK3_MK
BUILDLINK_TREE+= -libassuan