diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:56:15 +0000 |
commit | 92103d6d5cd276d1373540bf8b9d97a23929f822 (patch) | |
tree | 2313fd648f4f8aae5fe387795ed60d255d84b5d9 /security/nessus | |
parent | Update to version 0.85 and use gtk version 1.2.3. (diff) |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile index 78bdb83ec9c1..2f42d9efdc36 100644 --- a/security/nessus/Makefile +++ b/security/nessus/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1999 # Whom: Anders Nordby <anders@fix.no> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/17 10:26:38 foxfair Exp $ # DISTNAME= nessus-alpha2-fix4 @@ -22,10 +22,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes -CONFIGURE_ENV= GTKCONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" MAN1= nessus.1 post-install: |