1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

[net/nos-ttb]: add py-gtk2 runtime dependency

The ttb program requires the py-gtk bindings in order to
	run, but the corresponding runtime dependency is missing
	in the Makefile.  Correct this by adding a runtime dependency.

	This PR suggests adding the py-gtk2 toolkit as runtime
	dependency, which works correctly.  I haven't tested the
	py-gtk (GTK 1.X) toolkit as dependency.

PR:		ports/95527
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> <r.c.ladan@gmail.com>
This commit is contained in:
Edwin Groothuis 2006-04-09 08:08:01 +00:00
parent f53abc50e8
commit 9766105124
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159185

View File

@ -15,6 +15,9 @@ DISTNAME= ttb-${PORTVERSION}
MAINTAINER= edwin@mavetju.org
COMMENT= NOS teletekst browser
#don't know if pygtk-1.X could also be used
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2
NO_BUILD= yes
USE_PYTHON= yes