From d7700dec307273a410d65947115ee35c0515f3a7 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 25 Feb 2014 13:58:56 +0000 Subject: - Convert to USES=tcl --- irc/eggdrop-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index c7411715a763..bed9579d19d2 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -15,9 +15,9 @@ COMMENT= The most popular open source Internet Relay Chat bot LICENSE= GPLv2 -USE_TCL= 85+ +USES= tcl:85+ GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ +CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h MAKE_JOBS_UNSAFE= yes -- cgit v1.2.3