aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-25 21:58:56 +0800
committergahr <gahr@FreeBSD.org>2014-02-25 21:58:56 +0800
commita20a68670c5b8888ed253f3eeb2836388e4c87a9 (patch)
tree317600bd0d8c92069b1379f4a2c2bf3576247bc2 /irc
parentc7c5b487783af91661698919bf09183c498c0c1a (diff)
downloadfreebsd-ports-gnome-a20a68670c5b8888ed253f3eeb2836388e4c87a9.tar.gz
freebsd-ports-gnome-a20a68670c5b8888ed253f3eeb2836388e4c87a9.tar.zst
freebsd-ports-gnome-a20a68670c5b8888ed253f3eeb2836388e4c87a9.zip
- Convert to USES=tcl
Diffstat (limited to 'irc')
-rw-r--r--irc/eggdrop-devel/Makefile4
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