diff options
-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 |