diff options
author | tron <tron@pkgsrc.org> | 1999-05-02 14:35:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-02 14:35:56 +0000 |
commit | 4c1a6ff88fa52c3a7b90ea9f130eefc116f01c80 (patch) | |
tree | c1a79a11b2976a337876c33adcc94779876c48f1 /security | |
parent | 413d44a335d0212acc8d626355aff77c2812be54 (diff) | |
download | pkgsrc-4c1a6ff88fa52c3a7b90ea9f130eefc116f01c80.tar.gz |
Update dependence for "gtk+" package to version 1.2.2.
Diffstat (limited to 'security')
-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 a1b940c4cd7..fc393998f45 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/26 19:25:06 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1999/05/02 14:35:58 tron Exp $ # DISTNAME= nessus-990318 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.nessus.org/ -DEPENDS+= gtk+-1.2.1:../../x11/gtk +DEPENDS+= gtk+-1.2.2:../../x11/gtk USE_X11= yes GNU_CONFIGURE= YES |