diff options
author | tron <tron@pkgsrc.org> | 2000-01-05 23:06:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-05 23:06:47 +0000 |
commit | 0d846e4bb56623991af63c45e291bfba98f73f21 (patch) | |
tree | 2c7fde81fc7d12a8f15f10efa4b3088c99aa3b11 /x11/gnome-python | |
parent | dc95809bc5c8851d5b41a4354913714e4db7a5fa (diff) | |
download | pkgsrc-0d846e4bb56623991af63c45e291bfba98f73f21.tar.gz |
Add missing dependence on "libglade" package.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index 9ff95414cff..10dd1aa500a 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/01/05 17:09:16 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/01/05 23:06:47 tron Exp $ DISTNAME= gnome-python-1.0.50 CATEGORIES= x11 gnome @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ +DEPENDS+= libglade-*:../../devel/libglade DEPENDS+= python-*:../../lang/python CONFLICTS+= py-gtk-* |