pkgsrc/security/gnutls/buildlink3.mk
drochner 7e747b8e1c update to 2.12.7
changes:
-bugfixes
-minor feature additions
pkgsrc change: since the pkg was changed to build against "nettle"
instead of libgcrypt (whether this was a good idea or not...), the
latter isn't needed anymore, so remove the stale dependency
This can cause build breakage -- in this case addition of a local
dependency should restore the old state. (This dependency is technically
unnecessary often, but the assumption that gnutls needs libgcrypt
is sometimes hardwired in configure scripts and/or code.)
2011-07-11 16:10:29 +00:00

20 lines
629 B
Makefile

# $NetBSD: buildlink3.mk,v 1.27 2011/07/11 16:10:29 drochner Exp $
BUILDLINK_TREE+= gnutls
.if !defined(GNUTLS_BUILDLINK3_MK)
GNUTLS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=2.12.3
BUILDLINK_ABI_DEPENDS.gnutls+= gnutls>=2.12.3
BUILDLINK_PKGSRCDIR.gnutls?= ../../security/gnutls
.include "../../archivers/lzo/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libcfg+/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/libtasn1/buildlink3.mk"
.include "../../security/nettle/buildlink3.mk"
.endif # GNUTLS_BUILDLINK3_MK
BUILDLINK_TREE+= -gnutls