diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 07:23:45 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 07:23:45 +0800 |
commit | 9f9c07a86143328c5d916f4a6a2d439d88b20805 (patch) | |
tree | ae098da1294806c68a749ec961e15acebf43e671 | |
parent | dbb41ffec9e299c72ce6d68766b014b1193b037c (diff) | |
download | freebsd-ports-gnome-9f9c07a86143328c5d916f4a6a2d439d88b20805.tar.gz freebsd-ports-gnome-9f9c07a86143328c5d916f4a6a2d439d88b20805.tar.zst freebsd-ports-gnome-9f9c07a86143328c5d916f4a6a2d439d88b20805.zip |
sysutils/epylog: fix usage of python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/epylog/Makefile | 3 |
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 |