summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2000-11-30 08:51:48 +0000
committerPeter Pentchev <roam@FreeBSD.org>2000-11-30 08:51:48 +0000
commit6215e1467fc1113208e7f440dba098c31c8f61a8 (patch)
tree85a329ae9861284dc41f73ddb3ba23d0843076a6 /mail
parentUpgrade 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>
Notes
Notes: svn path=/head/; revision=35522
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile2
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