diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 05:24:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 05:24:46 +0000 |
commit | 73810d4c5bf1d9576f30ae3cd17fc28e7a8c63a5 (patch) | |
tree | 190c25156d1345af931ad08eae52f3fe6208ff3f /net/smm++ | |
parent | 5d0cfbb27f1af683bedf0eea44188857b3301f5f (diff) | |
download | ports-73810d4c5bf1d9576f30ae3cd17fc28e7a8c63a5.tar.gz ports-73810d4c5bf1d9576f30ae3cd17fc28e7a8c63a5.zip |
Notes
Diffstat (limited to 'net/smm++')
-rw-r--r-- | net/smm++/Makefile | 4 | ||||
-rw-r--r-- | net/smm++/files/patch-itk.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile index 9769c9034ec3..822e7cf8a91d 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -7,7 +7,7 @@ PORTNAME= smm++ PORTVERSION= 6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smm @@ -16,7 +16,7 @@ DISTNAME= smm MAINTAINER= edwin@mavetju.org COMMENT= Graphical mudclient with mapper -RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets +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 diff --git a/net/smm++/files/patch-itk.sh b/net/smm++/files/patch-itk.sh index 3d83d0fbbc54..65ff2e981ef8 100644 --- a/net/smm++/files/patch-itk.sh +++ b/net/smm++/files/patch-itk.sh @@ -5,7 +5,7 @@ # all possible itkwish executables -itkarray="itkwish3.1 itkwish3 itkwish30 itkwish3.0 itkwish" -+itkarray="itkwish3.1 itkwish3 itkwish30 itkwish3.0 itkwish wish8.3 wish8.2" ++itkarray="itkwish3.1 itkwish3 itkwish30 itkwish3.0 itkwish wish8.4 wish8.3 wish8.2" set $itkarray while [ ! -z "$1" ]; do |