diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b362b2b56c71..b6c6de4895f3 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -11,6 +11,7 @@ PORTNAME= fetchmail PORTVERSION= 6.2.5 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.catb.org/~esr/%SUBDIR%/ \ ftp://ftp.ayamura.org/pub/%SUBDIR%/ \ @@ -21,11 +22,11 @@ MASTER_SITE_SUBDIR= fetchmail MAINTAINER= eik@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/ETRN/ODMR -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old .if defined(WITH_X11) RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif +USE_GETTEXT= yes .if defined(WITH_X11) USE_PYTHON= yes .endif |