diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-11-30 08:51:48 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-11-30 08:51:48 +0000 |
commit | 6215e1467fc1113208e7f440dba098c31c8f61a8 (patch) | |
tree | 85a329ae9861284dc41f73ddb3ba23d0843076a6 /mail | |
parent | Upgrade to dev.14 (diff) |
Look for the py-tkinter shared library in the correct directory when
building WITH_X11. No PORTREVISION bump - WITH_X11 did not build at all
until now.
PR: 23184
Submitted by: Donald J. Maddox <dmaddox@sc.rr.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 518d021e7f66..a2101ba636bd 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -19,7 +19,7 @@ MAINTAINER= ve@sci.fi LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext .if defined(WITH_X11) -RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif GNU_CONFIGURE= yes |