summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-19 19:53:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-19 19:53:37 +0000
commit8abff9816126b31f72a8b07377fbcff1c5b9ec18 (patch)
tree6a83beaa8d65e64bb6afad441554492c020783fd /net-mgmt/scotty3
parentA WikiWikiWeb is a web site where anyone can edit the pages through (diff)
- Switch to tcl/tk-8.4
- Bump PORTREVISION - Fix CATEGORIES
Notes
Notes: svn path=/head/; revision=91695
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r--net-mgmt/scotty3/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
index 590c57dd569a..f4490397fa7c 100644
--- a/net-mgmt/scotty3/Makefile
+++ b/net-mgmt/scotty3/Makefile
@@ -7,7 +7,8 @@
PORTNAME= scotty
PORTVERSION= 20000221
-CATEGORIES= net
+PORTREVISION= 1
+CATEGORIES= net tcl84 tk84
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/
DISTNAME= ${PORTNAME}-00-02-21
@@ -16,20 +17,20 @@ COMMENT= Network management extensions to tcl
.ifdef (WITHOUT_X11)
PKGNAMESUFFIX= -nox11
-LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83
+LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
.else
-LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
+LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
.endif
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.3 \
+CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.4 \
--enable-multicast
.ifdef (WITHOUT_X11)
CONFIGURE_ARGS+=--with-tk=no
.else
-CONFIGURE_ARGS+=--with-tk=${PREFIX}/lib/tk8.3
-CONFIGURE_ENV+= wish=${PREFIX}/bin/wish8.3
+CONFIGURE_ARGS+=--with-tk=${PREFIX}/lib/tk8.4
+CONFIGURE_ENV+= wish=${PREFIX}/bin/wish8.4
.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/unix