summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-14 23:23:45 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-14 23:23:45 +0000
commit9f9c07a86143328c5d916f4a6a2d439d88b20805 (patch)
treeae098da1294806c68a749ec961e15acebf43e671
parenttextproc/py-tvgrab: fix usage of python and stagify (diff)
sysutils/epylog: fix usage of python
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336499
-rw-r--r--sysutils/epylog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/epylog/Makefile b/sysutils/epylog/Makefile
index 3f85e3e7c8ca..c28b06d18622 100644
--- a/sysutils/epylog/Makefile
+++ b/sysutils/epylog/Makefile
@@ -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