aboutsummaryrefslogtreecommitdiff
path: root/devel/spin/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-10-23 01:32:00 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-10-23 01:32:00 +0000
commit376fe8e14fd8790777ac06b65057fc408699edc1 (patch)
treea215d8a6edfca637ffa3ca14a71efe9dbc24a758 /devel/spin/Makefile
parent771626b16a957b72d6f74bdfa47de97651a78fc8 (diff)
Notes
Diffstat (limited to 'devel/spin/Makefile')
-rw-r--r--devel/spin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile
index 11c1e2165ac7..4c3b66dc343c 100644
--- a/devel/spin/Makefile
+++ b/devel/spin/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= spin
-PORTVERSION= 4.2.7
-PORTREVISION= 1
+PORTVERSION= 4.3.0
CATEGORIES= devel
MASTER_SITES= http://spinroot.com/spin/Src/
DISTNAME= spin${PORTVERSION:S/.//g}
@@ -22,7 +21,7 @@ OPTIONS= XSPIN "Install xspin and TCL/Tk dependency" on
.if !defined(WITHOUT_XSPIN)
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84
PLIST_SUB+= XSPIN=""
-XSPIN_TCL =${WRKDIR}/Spin/Xspin4.2/xspin427.tcl
+XSPIN_TCL =${WRKDIR}/Spin/Xspin4.3/xspin430.tcl
.else
PLIST_SUB+= XSPIN="@comment "
.endif