aboutsummaryrefslogtreecommitdiff
path: root/net/smm++
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-21 02:23:05 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-21 02:23:05 +0000
commitfc4f8d2d6edbaeafbe4a58cde217700d55be039b (patch)
tree8be268ac626f5f3469213d2a7e991e4023df2607 /net/smm++
parent15aa0a0954753597727df7cca956ae4a28e4cb61 (diff)
downloadports-fc4f8d2d6edbaeafbe4a58cde217700d55be039b.tar.gz
ports-fc4f8d2d6edbaeafbe4a58cde217700d55be039b.zip
- Fix dependencies since lang/itcl are updated
- Bump PORTREVISION PR: 97534 Notified by: Kay Lehmann <kay_lehmann___web.de> Pointy hat to: mi
Notes
Notes: svn path=/head/; revision=162918
Diffstat (limited to 'net/smm++')
-rw-r--r--net/smm++/Makefile4
1 files changed, 2 insertions, 2 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