From owner-svn-ports-all@FreeBSD.ORG Sat Dec 14 23:23:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F4CEBB6; Sat, 14 Dec 2013 23:23:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B45D1676; Sat, 14 Dec 2013 23:23:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBENNjOW011118; Sat, 14 Dec 2013 23:23:45 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBENNjk6011117; Sat, 14 Dec 2013 23:23:45 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312142323.rBENNjk6011117@svn.freebsd.org> From: William Grzybowski Date: Sat, 14 Dec 2013 23:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336499 - head/sysutils/epylog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 23:23:45 -0000 Author: wg Date: Sat Dec 14 23:23:45 2013 New Revision: 336499 URL: http://svnweb.freebsd.org/changeset/ports/336499 Log: sysutils/epylog: fix usage of python Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/sysutils/epylog/Makefile Modified: head/sysutils/epylog/Makefile ============================================================================== --- head/sysutils/epylog/Makefile Sat Dec 14 23:18:22 2013 (r336498) +++ head/sysutils/epylog/Makefile Sat Dec 14 23:23:45 2013 (r336499) @@ -19,7 +19,8 @@ MAN5= epylog-modules.5 epylog.conf.5 MAN8= epylog.8 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lynx=${LOCALBASE}/bin/lynx +CONFIGURE_ARGS= --with-lynx=${LOCALBASE}/bin/lynx \ + --with-python=${PYTHON_CMD} USES= perl5 USE_PYTHON= yes