From 6215e1467fc1113208e7f440dba098c31c8f61a8 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 30 Nov 2000 08:51:48 +0000 Subject: 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 --- mail/fetchmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/fetchmail') 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 -- cgit v1.2.3