diff options
-rw-r--r-- | net/smm++/Makefile | 4 | ||||
-rw-r--r-- | security/gorilla/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile index 822e7cf8a91d..f6c70d315ac4 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -7,7 +7,7 @@ PORTNAME= smm++ PORTVERSION= 6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smm @@ -18,7 +18,7 @@ COMMENT= Graphical mudclient with mapper RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets4.0.1/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets BUILD_DEPENDS= ${LOCALBASE}/lib/libitk32.so:${PORTSDIR}/x11-toolkits/itk \ - ${LOCALBASE}/lib/libitcl32.so:${PORTSDIR}/lang/itcl + ${LOCALBASE}/lib/libitcl.so.3:${PORTSDIR}/lang/itcl WRKSRC= ${WRKDIR}/smm/Install.unix USE_GMAKE= yes 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 |