diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-21 02:23:05 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-21 02:23:05 +0000 |
commit | 4212618d48e6022c436d40a6db8a71eec03dfbd4 (patch) | |
tree | b19c9ba04c20f6cd9152457e3525f433fd289c05 /security/gorilla | |
parent | 999ce6eacf1e272531b76d37393aadd96ff9eadd (diff) | |
download | FreeBSD-ports-4212618d48e6022c436d40a6db8a71eec03dfbd4.zip FreeBSD-ports-4212618d48e6022c436d40a6db8a71eec03dfbd4.tar.gz |
- Fix dependencies since lang/itcl are updated
- Bump PORTREVISION
PR: 97534
Notified by: Kay Lehmann <kay_lehmann___web.de>
Pointy hat to: mi
Diffstat (limited to 'security/gorilla')
-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 d23fdc0..c8a8dc8 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 |