diff options
author | kjc <kjc@FreeBSD.org> | 2003-10-22 18:23:54 +0800 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 2003-10-22 18:23:54 +0800 |
commit | 03e1873b45fe31449262d61b19cba6d8e3e9b7b2 (patch) | |
tree | 3d71fbcfea1049f76aef2cdbcbbe722d9c2f7d5e /devel | |
parent | f40fbe12cd1716deb78ba922b66a87389d26e1cf (diff) | |
download | freebsd-ports-gnome-03e1873b45fe31449262d61b19cba6d8e3e9b7b2.tar.gz freebsd-ports-gnome-03e1873b45fe31449262d61b19cba6d8e3e9b7b2.tar.zst freebsd-ports-gnome-03e1873b45fe31449262d61b19cba6d8e3e9b7b2.zip |
update for libBLT24.so.3 that uses tcl/tk8.4.
bump the PORTREVISION accordingly.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swarm/Makefile | 12 |
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) |