Date: Tue, 25 Feb 2014 13:58:56 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346007 - head/irc/eggdrop-devel Message-ID: <201402251358.s1PDwuew034439@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 25 13:58:56 2014 New Revision: 346007 URL: http://svnweb.freebsd.org/changeset/ports/346007 QAT: https://qat.redports.org/buildarchive/r346007/ Log: - Convert to USES=tcl Modified: head/irc/eggdrop-devel/Makefile Modified: head/irc/eggdrop-devel/Makefile ============================================================================== --- head/irc/eggdrop-devel/Makefile Tue Feb 25 13:56:16 2014 (r346006) +++ head/irc/eggdrop-devel/Makefile Tue Feb 25 13:58:56 2014 (r346007) @@ -15,9 +15,9 @@ COMMENT= The most popular open source In 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251358.s1PDwuew034439>