diff options
author | kris <kris@FreeBSD.org> | 2003-04-17 18:40:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-17 18:40:48 +0800 |
commit | 8b38188aaea249118e61692f1cf8cbb741f10d79 (patch) | |
tree | 100bea2f51bba93f7b23222d252c87229baaf68e /mail | |
parent | 43577d32367fdf8aa255e3a99bd4d5bda209bbb1 (diff) | |
download | freebsd-ports-gnome-8b38188aaea249118e61692f1cf8cbb741f10d79.tar.gz freebsd-ports-gnome-8b38188aaea249118e61692f1cf8cbb741f10d79.tar.zst freebsd-ports-gnome-8b38188aaea249118e61692f1cf8cbb741f10d79.zip |
Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mahogany/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index 6e08c0db74be..2647727721c6 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig11 BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html .endif +USE_PYTHON= yes PYTHON_VERSION= python1.5 USE_AUTOCONF_VER= 213 USE_GMAKE= yes |