This patch enables the compilation of a text-only nessus client.

PR:		23808
Submitted by:	Jimmy Olgeni <olgeni@uli.it> MAINTAINER
This commit is contained in:
James E. Housley 2001-01-05 03:10:15 +00:00
parent 727e0bd782
commit 5dec31fe09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36802
2 changed files with 10 additions and 2 deletions

View file

@ -27,9 +27,13 @@ LIB_DEPENDS= nasl.1:${PORTSDIR}/security/nessus-libnasl
DIST_SUBDIR= nessus DIST_SUBDIR= nessus
WRKSRC= ${WRKDIR}/nessus-core WRKSRC= ${WRKDIR}/nessus-core
.if defined(WITHOUT_GTK)
CONFIGURE_ARGS+= --disable-gtk
.else
USE_GTK= yes USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}"
.endif
USE_LIBTOOL= yes
MAN1= nessus.1 MAN1= nessus.1
MAN8= nessusd.8 nessus-adduser.8 MAN8= nessusd.8 nessus-adduser.8

View file

@ -27,9 +27,13 @@ LIB_DEPENDS= nasl.1:${PORTSDIR}/security/nessus-libnasl
DIST_SUBDIR= nessus DIST_SUBDIR= nessus
WRKSRC= ${WRKDIR}/nessus-core WRKSRC= ${WRKDIR}/nessus-core
.if defined(WITHOUT_GTK)
CONFIGURE_ARGS+= --disable-gtk
.else
USE_GTK= yes USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}"
.endif
USE_LIBTOOL= yes
MAN1= nessus.1 MAN1= nessus.1
MAN8= nessusd.8 nessus-adduser.8 MAN8= nessusd.8 nessus-adduser.8