diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-25 21:58:56 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-25 21:58:56 +0800 |
commit | a20a68670c5b8888ed253f3eeb2836388e4c87a9 (patch) | |
tree | 317600bd0d8c92069b1379f4a2c2bf3576247bc2 /irc | |
parent | c7c5b487783af91661698919bf09183c498c0c1a (diff) | |
download | freebsd-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/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 |