BUILDLINK_PKGSRCDIR must be defined before using pkg-build-options.
This commit is contained in:
parent
74908d52f8
commit
0ec02ebb62
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2013/06/27 01:36:25 rodent Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2013/06/28 08:39:21 obache Exp $
|
||||
|
||||
BUILDLINK_TREE+= ucommon
|
||||
|
||||
.if !defined(UCOMMON_BUILDLINK3_MK)
|
||||
UCOMMON_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.ucommon+= ucommon>=5.0.6
|
||||
BUILDLINK_PKGSRCDIR.ucommon?= ../../devel/ucommon
|
||||
|
||||
pkgbase := ucommon
|
||||
.include "../../mk/pkg-build-options.mk"
|
||||
|
||||
|
||||
.if !empty(PKG_BUILD_OPTIONS.ucommon:Mstatic)
|
||||
BUILDLINK_DEPMETHOD.ucommon?= build
|
||||
.endif
|
||||
|
||||
BUILDLINK_API_DEPENDS.ucommon+= ucommon>=5.0.6
|
||||
BUILDLINK_PKGSRCDIR.ucommon?= ../../devel/ucommon
|
||||
|
||||
.include "../../mk/dlopen.buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue