diff options
author | tron <tron@pkgsrc.org> | 1999-03-04 09:30:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-04 09:30:44 +0000 |
commit | 33e22c14b3ee83a9ef221925cf258026e4c7b493 (patch) | |
tree | e9b2ae9c59c7bceade3daad7387756d93792c07e /security/nessus | |
parent | 7c13e6dd870e69553d779f5b5e1b8ee213d2638e (diff) | |
download | pkgsrc-33e22c14b3ee83a9ef221925cf258026e4c7b493.tar.gz |
Update dependence for "gtk+" package.
Diffstat (limited to 'security/nessus')
-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 985e2804e2d..331928fc4db 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/02/10 15:18:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/04 09:30:45 tron Exp $ # DISTNAME= nessus-990201 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.nessus.org/ -DEPENDS+= gtk+-1.1.12:../../x11/gtk +DEPENDS+= gtk+-1.2.0:../../x11/gtk GNU_CONFIGURE= YES |