svn commit: r346007 - head/irc/eggdrop-devel

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 25 13:58:57 UTC 2014


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


More information about the svn-ports-head mailing list