diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-22 14:54:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-22 14:54:58 +0000 |
commit | 6af501b472434738d03eba94821fdef47822ad3a (patch) | |
tree | af0bc2258b6ac44ada322e8607b411fdbc88f72a /mail/offlineimap | |
parent | f8e59f9fce8ba05bd1fbea6b3a5b25071baba8d8 (diff) | |
download | ports-6af501b472434738d03eba94821fdef47822ad3a.tar.gz ports-6af501b472434738d03eba94821fdef47822ad3a.zip |
- Add x11-toolkits/py-tkinter to RUN_DEPENDS to make Tk.Blinkenlights
interface actually usable
- Bump PORTREVISION
PR: 53589
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=83438
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index f0453e9b2a4a..26dccb1247cb 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -7,6 +7,7 @@ PORTNAME= offlineimap PORTVERSION= 3.99.18 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= http://gopher.quux.org:70/devel/offlineimap/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,11 +15,14 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sergei@kolobov.com COMMENT= Powerful IMAP/Maildir synchronization and reader support +RUN_DEPENDS= ${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message USE_PYTHON= yes USE_PYDISTUTILS= yes +TKINTER= ${PYTHON_SITELIBDIR}/_tkinter.so MAN1= offlineimap.1 DOCS= manual.html manual.pdf manual.ps manual.txt |