diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-21 02:23:05 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-21 02:23:05 +0000 |
commit | fc4f8d2d6edbaeafbe4a58cde217700d55be039b (patch) | |
tree | 8be268ac626f5f3469213d2a7e991e4023df2607 /security/gorilla/Makefile | |
parent | 15aa0a0954753597727df7cca956ae4a28e4cb61 (diff) |
Notes
Diffstat (limited to 'security/gorilla/Makefile')
-rw-r--r-- | security/gorilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gorilla/Makefile b/security/gorilla/Makefile index d23fdc06ce29..c8a8dc8303a6 100644 --- a/security/gorilla/Makefile +++ b/security/gorilla/Makefile @@ -7,6 +7,7 @@ PORTNAME= gorilla PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.fpx.de/fp/Software/Gorilla/download/ @@ -14,7 +15,7 @@ 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= itcl32.1:${PORTSDIR}/lang/itcl +LIB_DEPENDS= itcl.3:${PORTSDIR}/lang/itcl RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget USE_TCL= yes |