diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 15:37:38 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 15:37:38 +0000 |
commit | dd1742b6a930492f2de70d39ff966fad95d0e103 (patch) | |
tree | a5bf0b303e89a44227f1b4e49fb1593fb6db8685 /irc | |
parent | 3fe987fc7f790b6a91bb2c639a98feb47d323d9c (diff) | |
download | ports-dd1742b6a930492f2de70d39ff966fad95d0e103.tar.gz ports-dd1742b6a930492f2de70d39ff966fad95d0e103.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index 2585b411b1af..15d9f3d71d1a 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -14,7 +14,7 @@ COMMENT= The most popular open source Internet Relay Chat bot LICENSE= GPLv2 -USES= tcl:85+ ssl +USES= tcl ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h |