e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
16 lines
493 B
Makefile
16 lines
493 B
Makefile
# $NetBSD: buildlink3.mk,v 1.18 2010/06/13 22:45:19 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= nessus-core
|
|
|
|
.if !defined(NESSUS_CORE_BUILDLINK3_MK)
|
|
NESSUS_CORE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.nessus-core+= nessus-core>=2.2.11
|
|
BUILDLINK_ABI_DEPENDS.nessus-core?= nessus-core>=2.2.11nb4
|
|
BUILDLINK_PKGSRCDIR.nessus-core?= ../../security/nessus-core
|
|
|
|
.include "../../security/libnasl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # NESSUS_CORE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -nessus-core
|