diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-02 22:56:15 +0000 |
commit | cfa7269b11b8bb50068e3ee5ee55b2fe716853e5 (patch) | |
tree | 9c339ce0cb216e4bfd3db6edb813dd8c416ee9c2 /security/gorilla | |
parent | 779cd6a87b1e70223ee1cd2d746ddb64160bfb9c (diff) |
Notes
Diffstat (limited to 'security/gorilla')
-rw-r--r-- | security/gorilla/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index c9fed7e639f7..8159b1db72e6 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -17,9 +17,8 @@ COMMENT= Password Gorilla is cross-platform Password Manager LIB_DEPENDS= itcl.3:${PORTSDIR}/lang/itcl RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget -USE_TCL= yes +USE_TCL_RUN= yes USE_TK= yes -USE_TK_BUILD= yes GNU_CONFIGURE= yes NO_BUILD= yes |