svn commit: r336499 - head/sysutils/epylog

William Grzybowski wg at FreeBSD.org
Sat Dec 14 23:23:45 UTC 2013


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
 


More information about the svn-ports-head mailing list