diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
commit | 388860d23fd6e669bce6e1b2b1e43360bf4bd551 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /security/nessus | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 1908bbd5cd9..a1b940c4cd7 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/16 20:16:41 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/26 19:25:06 garbled Exp $ # DISTNAME= nessus-990318 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.nessus.org/ DEPENDS+= gtk+-1.2.1:../../x11/gtk +USE_X11= yes GNU_CONFIGURE= YES post-install: |