summaryrefslogtreecommitdiffstats
path: root/devel/swarm/Makefile
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-03-31 01:27:42 +0000
committerjeh <jeh@FreeBSD.org>2001-03-31 01:27:42 +0000
commita8e7db77c22bbb03fac7f9b73ddab5e8df825d2e (patch)
tree1f020943dbe759f5888db42ecd4e08ee7d41264f /devel/swarm/Makefile
parent060e6b05379f95f734a1c2865b5ff6bc837d6321 (diff)
downloadFreeBSD-ports-a8e7db77c22bbb03fac7f9b73ddab5e8df825d2e.zip
FreeBSD-ports-a8e7db77c22bbb03fac7f9b73ddab5e8df825d2e.tar.gz
the configure scripts in swarm-1.4.1 can't find tcl/tk libs correctly.
PR: 26089 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> MAINTAINER
Diffstat (limited to 'devel/swarm/Makefile')
-rw-r--r--devel/swarm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile
index 9c2376a..562409b 100644
--- a/devel/swarm/Makefile
+++ b/devel/swarm/Makefile
@@ -21,9 +21,9 @@ USE_XPM= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \
- --with-tclincludedir=${PREFIX}/include/tcl8.2 \
- --with-tkincludedir=${PREFIX}/include/tk8.2 \
- --with-tclscriptdir=${PREFIX}/lib/tcl8.2 \
- --with-tkscriptdir=${PREFIX}/lib/tk8.2
+ --with-tclincludedir=${PREFIX}/include/tcl8.3 \
+ --with-tkincludedir=${PREFIX}/include/tk8.3 \
+ --with-tclscriptdir=${PREFIX}/lib/tcl8.3 \
+ --with-tkscriptdir=${PREFIX}/lib/tk8.3
.include <bsd.port.mk>
OpenPOWER on IntegriCloud