diff options
author | tron <tron@pkgsrc.org> | 2000-01-05 17:09:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-05 17:09:16 +0000 |
commit | 28669a221d27e219524b6c987feef00508d82632 (patch) | |
tree | 6d08d1024ba7f3e8b56810a580ea20806cb7dfc9 /x11/gnome-python | |
parent | f30b8bee1a2aeeb303e918daa85797b488ac1f17 (diff) | |
download | pkgsrc-28669a221d27e219524b6c987feef00508d82632.tar.gz |
Add missing dependence on "python" package.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index 595f0427e71..9ff95414cff 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/01/02 19:55:15 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/01/05 17:09:16 tron Exp $ DISTNAME= gnome-python-1.0.50 CATEGORIES= x11 gnome @@ -7,6 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ +DEPENDS+= python-*:../../lang/python + CONFLICTS+= py-gtk-* GNU_CONFIGURE= yes |