diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-25 13:58:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-25 13:58:56 +0000 |
commit | d7700dec307273a410d65947115ee35c0515f3a7 (patch) | |
tree | 317600bd0d8c92069b1379f4a2c2bf3576247bc2 /irc/eggdrop-devel | |
parent | dadfdb17e80816f540ec39feb2d8c683c92a4191 (diff) | |
download | ports-d7700dec307273a410d65947115ee35c0515f3a7.tar.gz ports-d7700dec307273a410d65947115ee35c0515f3a7.zip |
Notes
Diffstat (limited to 'irc/eggdrop-devel')
-rw-r--r-- | irc/eggdrop-devel/Makefile | 4 |
1 files 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 |