On Mon, Aug 22, 2005 at 02:50:44PM +0200, steven mestdagh wrote:
> hello,
> 
> I'm building a port that depends on python-tkinter.
> make update-plist gives the following error.
> 
> ===>  asymptote-0.84 depends on: python-tkinter-2.3.5p1 - found
> ===>  Updating plist for asymptote-0.84
> Fatal: Subpackage -tkinter does not exist. (in lang/python/2.3)
That's the telltale for what's going on..

If you look closely at python's makefile, you'll notice tkinter
does not exist on !shared architectures.

In order to make sure all directories get registered in a packing-list
except for those coming from dependencies, even on !shared architectures,
make update-plist sets  NO_SHARED_LIBS temporarily, and then, the -tkinter
subpackage no longer exists.

You can try setting SHARED_ONLY=Yes, this should give you more usable
results...

Reply via email to