diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-07-07 06:48:54 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-07-07 06:48:54 +0000 |
commit | de65271364fbeb62d196c3cf4c354c59c55a0c0a (patch) | |
tree | 109d1be45ad31b76a51170c9435ad6c32d1dd922 /net/tcludp | |
parent | 99eda3177b3bc3298343e43c3ced80124902346d (diff) | |
download | ports-de65271364fbeb62d196c3cf4c354c59c55a0c0a.tar.gz ports-de65271364fbeb62d196c3cf4c354c59c55a0c0a.zip |
Notes
Diffstat (limited to 'net/tcludp')
-rw-r--r-- | net/tcludp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index bd7a9624e1eb..8d1e223007ba 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=tcludp MAINTAINER= frank@fenor.de COMMENT= UDP extension for TCL -USE_TCL= 80+ +USE_TCL= 82+ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION} |