diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-02 13:24:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-02 13:24:46 +0800 |
commit | 79183ba6efe82711c2ed79b0c2ab805878c9c1d0 (patch) | |
tree | a3e5b5618b35577168439371ac48405fb9d22d61 /net | |
parent | 1084c55f256656e1cbe4b8d24d6434b089570bd2 (diff) | |
download | freebsd-ports-gnome-79183ba6efe82711c2ed79b0c2ab805878c9c1d0.tar.gz freebsd-ports-gnome-79183ba6efe82711c2ed79b0c2ab805878c9c1d0.tar.zst freebsd-ports-gnome-79183ba6efe82711c2ed79b0c2ab805878c9c1d0.zip |
fix building:
- support wish8.4
- supoprt iwidgets4.0.1
Diffstat (limited to 'net')
-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 |