diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-14 13:04:59 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-14 13:04:59 +0000 |
commit | ef150b1959a97748eec8b972ba87370a1561aa36 (patch) | |
tree | 57a8aa69be483263d0b15da18c00aa0f71edf4a8 /security/nessus/Makefile | |
parent | 5462b702dcf70bb51b8fcba1e3b74a088d010500 (diff) |
Notes
Diffstat (limited to 'security/nessus/Makefile')
-rw-r--r-- | security/nessus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 3ab9b160d3ba..0757a38f28ca 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -11,7 +11,7 @@ # WITHOUT_NESSUS_GTK PORTNAME= nessus -PORTVERSION= 2.2.2a +PORTVERSION= 2.2.3 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ @@ -32,7 +32,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-core PKGDEINSTALL= ${WRKDIR}/pkg-deinstall.sh -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 USE_REINPLACE= YES USE_RC_SUBR= YES WANT_GNOME= yes |