diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 15:37:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 15:37:02 +0000 |
commit | 3fe987fc7f790b6a91bb2c639a98feb47d323d9c (patch) | |
tree | e3baf7fe22ca77d74ad56cba01f04af2477fcc72 /irc | |
parent | e2c159ee437b66164fc45080a8376949fafc0155 (diff) | |
download | ports-3fe987fc7f790b6a91bb2c639a98feb47d323d9c.tar.gz ports-3fe987fc7f790b6a91bb2c639a98feb47d323d9c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index ff20aa7aae7a..53fc39cd3d25 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS -USES= tcl:85+ +USES= tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h |