summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-19 19:53:37 +0000
committerkrion <krion@FreeBSD.org>2003-10-19 19:53:37 +0000
commit599195fc13fb908c97dc32854cc11cac6a98d4bc (patch)
treee3eb1bccf35557de3880614a7ee9a938eea87a50 /net-mgmt
parent80d1beea1086d7f2bfd1147d45b012f66f8f4983 (diff)
downloadFreeBSD-ports-599195fc13fb908c97dc32854cc11cac6a98d4bc.zip
FreeBSD-ports-599195fc13fb908c97dc32854cc11cac6a98d4bc.tar.gz
- Switch to tcl/tk-8.4
- Bump PORTREVISION - Fix CATEGORIES
Diffstat (limited to 'net-mgmt')
-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 590c57d..f449039 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
OpenPOWER on IntegriCloud