diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index c2be0a35c50b..ade45aa14ecc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,14 +11,14 @@ PORTNAME= fetchmail PORTVERSION= 5.9.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext .if defined(WITH_X11) USE_PYTHON= yes RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter |