From 3a008a43eed3c1c0439f6b307ef53672aead14c9 Mon Sep 17 00:00:00 2001 From: gahr Date: Tue, 4 Dec 2012 10:43:09 +0000 Subject: - Chase 82+ not being a valid Tcl/Tk version anymore Feature safe: yes Reported by: beat, bapt --- net/tcludp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tcludp') diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index ade18d6d6037..6a3155042463 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= frank@fenor.de COMMENT= UDP extension for TCL -USE_TCL= 82+ +USE_TCL= 83+ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION} -- cgit