diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 15:28:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-21 15:28:44 +0000 |
commit | 433b645b86ea6e20e450c14dbb91070c85960a68 (patch) | |
tree | 3767b7a030c97ea0f959f6e93c57150af4000e1f /security/gorilla | |
parent | 770fda5a4014713e54aa0163bdbc4b1d808a18d1 (diff) | |
download | ports-433b645b86ea6e20e450c14dbb91070c85960a68.tar.gz ports-433b645b86ea6e20e450c14dbb91070c85960a68.zip |
Notes
Diffstat (limited to 'security/gorilla')
-rw-r--r-- | security/gorilla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index 8ed6764d46e3..5c9cf7f26e99 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -7,7 +7,7 @@ PORTNAME= gorilla PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.fpx.de/fp/Software/Gorilla/download/ @@ -17,8 +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_RUN= yes -USE_TK= yes +USE_TCL_RUN= 84 +USE_TK= 84 GNU_CONFIGURE= yes NO_BUILD= yes |