summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/swarm/Makefile12
-rw-r--r--net/ttt/Makefile9
-rw-r--r--x11-toolkits/pmw/Makefile3
-rw-r--r--x11-toolkits/py-Pmw/Makefile3
4 files changed, 15 insertions, 12 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile
index d807d93648a3..f8353e35dc35 100644
--- a/devel/swarm/Makefile
+++ b/devel/swarm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= swarm
PORTVERSION= 2.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/swarm/
@@ -16,7 +16,7 @@ COMMENT= The Swarm Simulation System
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- BLT24.2:${PORTSDIR}/x11-toolkits/blt
+ BLT24.3:${PORTSDIR}/x11-toolkits/blt
.if defined(WITH_HDF5)
LIB_DEPENDS+= hdf5.0:${PORTSDIR}/graphics/hdf5
BROKEN= undefined references in hdf5, please deinstall hdf5 package \
@@ -32,10 +32,10 @@ USE_LIBTOOL= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \
- --with-tclincludedir=${PREFIX}/include/tcl8.3 \
- --with-tkincludedir=${PREFIX}/include/tk8.3 \
- --with-tclscriptdir=${PREFIX}/lib/tcl8.3 \
- --with-tkscriptdir=${PREFIX}/lib/tk8.3 \
+ --with-tclincludedir=${PREFIX}/include/tcl8.4 \
+ --with-tkincludedir=${PREFIX}/include/tk8.4 \
+ --with-tclscriptdir=${PREFIX}/lib/tcl8.4 \
+ --with-tkscriptdir=${PREFIX}/lib/tk8.4 \
--enable-subdirs
PLIST_SUB= JAVA="@comment "
.if defined(WITH_JAVA)
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index 83bdc50b19e5..3ca67328e67e 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -7,17 +7,18 @@
PORTNAME= ttt
PORTVERSION= 1.8
-CATEGORIES= net tk83 ipv6
+PORTREVISION= 1
+CATEGORIES= net tk84 ipv6
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAINTAINER= kjc@csl.sony.co.jp
COMMENT= Tele Traffic Tapper, a network traffic monitoring tool
-LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
+LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \
- --with-tk=${LOCALBASE}/lib/tk8.3
+CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
+ --with-tk=${LOCALBASE}/lib/tk8.4
INSTALL_TARGET= install install-man
MAN1= ttt.1 tttprobe.1 tttview.1
diff --git a/x11-toolkits/pmw/Makefile b/x11-toolkits/pmw/Makefile
index d013a28fa13f..1e781c8fbeae 100644
--- a/x11-toolkits/pmw/Makefile
+++ b/x11-toolkits/pmw/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pmw
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pmw
@@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= High-level compound graphics widgets for Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
+LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
PLIST_SUB= PMWVERSION="${PMWVERSION}"
USE_PYTHON= yes
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile
index d013a28fa13f..1e781c8fbeae 100644
--- a/x11-toolkits/py-Pmw/Makefile
+++ b/x11-toolkits/py-Pmw/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pmw
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pmw
@@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= High-level compound graphics widgets for Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt
+LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
PLIST_SUB= PMWVERSION="${PMWVERSION}"
USE_PYTHON= yes