aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2000-11-30 16:51:48 +0800
committerroam <roam@FreeBSD.org>2000-11-30 16:51:48 +0800
commitb9a5d66bc7ea0130343049b1c833968ced8616e8 (patch)
tree5f91bb5d8513384b2cd0a61e245f5b4a348ba42e /mail/fetchmail
parent55ab9ba4c3cd866f7f42e1bbaf53b16306da53a7 (diff)
downloadfreebsd-ports-gnome-b9a5d66bc7ea0130343049b1c833968ced8616e8.tar.gz
freebsd-ports-gnome-b9a5d66bc7ea0130343049b1c833968ced8616e8.tar.zst
freebsd-ports-gnome-b9a5d66bc7ea0130343049b1c833968ced8616e8.zip
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/fetchmail')
-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