diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-08 00:00:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-08 00:00:57 +0000 |
commit | 9e9ef47797d9fbfff1149f1cc003e33964462580 (patch) | |
tree | 220c674eea737ae74bea23164b0350e21cf65292 /security/gorilla | |
parent | b681129df8546c90437606914cb73112737f6802 (diff) |
Notes
Diffstat (limited to 'security/gorilla')
-rw-r--r-- | security/gorilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index b5b8c34166ef..c9fed7e639f7 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -14,12 +14,12 @@ MASTER_SITES= http://www.fpx.de/fp/Software/Gorilla/download/ MAINTAINER= kay_lehmann@web.de COMMENT= Password Gorilla is cross-platform Password Manager -BUILD_DEPENDS= wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${USE_TK} LIB_DEPENDS= itcl.3:${PORTSDIR}/lang/itcl RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget USE_TCL= yes USE_TK= yes +USE_TK_BUILD= yes GNU_CONFIGURE= yes NO_BUILD= yes |