diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-09-03 08:04:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-09-03 08:04:36 +0000 |
commit | 80d75a2a4e4d552f46de3204c9d78250b4d83842 (patch) | |
tree | 61fa8f2dbea0638ade14f7b2a458d99bcfdbafe4 /mail | |
parent | 7e449c065f7fca33ccde402c9403679e0e6f0614 (diff) | |
download | ports-80d75a2a4e4d552f46de3204c9d78250b4d83842.tar.gz ports-80d75a2a4e4d552f46de3204c9d78250b4d83842.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 81eb8144fd0a..e311d31b0733 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,6 +11,7 @@ PORTNAME= fetchmail PORTVERSION= 5.8.17 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -19,7 +20,8 @@ MAINTAINER= ve@sci.fi LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext .if defined(WITH_X11) -RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +USE_PYTHON= yes +RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif USE_GMAKE= yes |