diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-09 08:08:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-09 08:08:01 +0000 |
commit | 976610512457bbf99e444d34d7c6286e567842f3 (patch) | |
tree | 25b8f47f0482548dab0de9ac1909485739f13e05 /net/nos-ttb | |
parent | f53abc50e89fcbedcb292caac82b7e9642ab9978 (diff) |
[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>
Notes
Notes:
svn path=/head/; revision=159185
Diffstat (limited to 'net/nos-ttb')
-rw-r--r-- | net/nos-ttb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index bc4d7e041908..29e87fbd6547 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -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 |