blob: d71b7db755dc3f7dca9f17fa652d855608a8d2cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: buildlink3.mk,v 1.2 2011/04/26 09:54:55 adam Exp $
BUILDLINK_TREE+= libnettle
.if !defined(LIBNETTLE_BUILDLINK3_MK)
LIBNETTLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libnettle+= nettle>=2.1
BUILDLINK_PKGSRCDIR.libnettle?= ../../security/nettle
.include "../../devel/gmp/buildlink3.mk"
.endif # LIBNETTLE_BUILDLINK3_MK
BUILDLINK_TREE+= -libnettle
|