* Fixed a bug in ./configure which would sometimes assume that GTK is not installed whereas it actually is * Fixed a race condition in nessus-adduser for users who do not configure their TMPDIR variable (thanks to Cyrille Barthelemy) * Fixed a bug in nessus-update-plugins which would not update the plugins properly on all systems (thanks to Keith Butler) * Fixed the installer to compile Nessus with GTK support if gtk-config OR pkg-config is installed.
22 lines
663 B
Makefile
22 lines
663 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/07/22 15:00:20 adam Exp $
|
|
# XXX BUILDLINK_DEPMETHOD.libnasl?= build
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBNASL_BUILDLINK3_MK:= ${LIBNASL_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libnasl
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibnasl}
|
|
BUILDLINK_PACKAGES+= libnasl
|
|
|
|
.if !empty(LIBNASL_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libnasl+= libnasl>=2.0.12
|
|
BUILDLINK_RECOMMENDED.libnasl?= libnasl>=2.0.12
|
|
BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl
|
|
.endif # LIBNASL_BUILDLINK3_MK
|
|
|
|
.include "../../security/nessus-libraries/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|