From owner-svn-ports-head@freebsd.org Wed May 11 13:07:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E571BB36A24; Wed, 11 May 2016 13:07:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B30D21E1E; Wed, 11 May 2016 13:07:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4BD74oP064531; Wed, 11 May 2016 13:07:04 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4BD74YZ064530; Wed, 11 May 2016 13:07:04 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201605111307.u4BD74YZ064530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 11 May 2016 13:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414990 - head/irc/epic4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2016 13:07:06 -0000 Author: gahr Date: Wed May 11 13:07:04 2016 New Revision: 414990 URL: https://svnweb.freebsd.org/changeset/ports/414990 Log: irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on it Modified: head/irc/epic4/Makefile Modified: head/irc/epic4/Makefile ============================================================================== --- head/irc/epic4/Makefile Wed May 11 13:06:48 2016 (r414989) +++ head/irc/epic4/Makefile Wed May 11 13:07:04 2016 (r414990) @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -LIB_DEPENDS+= libtcl84.so:lang/tcl84 +USES+= tcl:84 CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl