diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-23 03:15:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-23 03:15:28 +0800 |
commit | c8b2e2cd7e72d4181c39fdff0939dcbf78a8017e (patch) | |
tree | 991107405a6a62d5f91729b088aba61657d888a5 | |
parent | 06d7bf00c6dbeb8b564ecd63187e4a6096c7809d (diff) | |
download | freebsd-ports-graphics-c8b2e2cd7e72d4181c39fdff0939dcbf78a8017e.tar.gz freebsd-ports-graphics-c8b2e2cd7e72d4181c39fdff0939dcbf78a8017e.tar.zst freebsd-ports-graphics-c8b2e2cd7e72d4181c39fdff0939dcbf78a8017e.zip |
Fix NO_STAGE
-rw-r--r-- | security/nessus-libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index 7306b93d0d0..a57e47c5969 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/nessus-libraries USES= bison USE_AUTOTOOLS= libtool +NO_STAGE= yes CONFIGURE_ARGS= --enable-cipher .if defined(WITH_NESSUS_BPF_SHARE) CONFIGURE_ARGS+= --enable-bpf-sharing @@ -34,7 +35,6 @@ MAN1= nessus-config.1 .if ! defined(NESSUS_CLIENT_ONLY) && ! defined(PACKAGE_BUILDING) MANUAL_PACKAGE_BUILD= needs /dev/bpf which is not available in pointyhat jail -NO_STAGE= yes pre-configure: @if [ ! -c /dev/bpf ]; then \ ${ECHO} "********************************************************";\ |