diff options
author | joerg <joerg> | 2006-06-11 14:45:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-11 14:45:50 +0000 |
commit | 61992d81a01d4de4c60ff814198e3061ea97c310 (patch) | |
tree | cf25e7a93519dff3bbb57f07494089b45eb44e13 /security | |
parent | 8e282eaf1c820d93d8dbcf8440f38bbf0137a5fe (diff) | |
download | pkgsrc-61992d81a01d4de4c60ff814198e3061ea97c310.tar.gz |
Needs pkg-config.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile index bf7d236b684..6eb9a726065 100644 --- a/security/nessus-core/Makefile +++ b/security/nessus-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/25 12:45:57 salo Exp $ +# $NetBSD: Makefile,v 1.31 2006/06/11 14:45:50 joerg Exp $ .include "../../security/nessus/Makefile.common" @@ -9,6 +9,7 @@ COMMENT= Core module of the Nessus Network Security Scanner WRKSRC= ${WRKDIR}/nessus-core GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --enable-gtk CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} |