aboutsummaryrefslogtreecommitdiff
path: root/devel/swarm
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@FreeBSD.org>2003-10-22 10:23:54 +0000
committerKenjiro Cho <kjc@FreeBSD.org>2003-10-22 10:23:54 +0000
commit750f9ffb2174b88a135f4d1a4f29d104c0f94e7f (patch)
tree5976decdfa59fbd83e8b664d5a8c1ac80e7624c3 /devel/swarm
parent778d41b91c1c25c43ea1ea658b7afbd06745e75f (diff)
downloadports-750f9ffb2174b88a135f4d1a4f29d104c0f94e7f.tar.gz
ports-750f9ffb2174b88a135f4d1a4f29d104c0f94e7f.zip
Notes
Diffstat (limited to 'devel/swarm')
-rw-r--r--devel/swarm/Makefile12
1 files changed, 6 insertions, 6 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)