diff options
author | tron <tron@pkgsrc.org> | 2000-01-20 23:35:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-20 23:35:57 +0000 |
commit | b8995d485dadf5bd55789b9fdc4d2e8921b84021 (patch) | |
tree | c180ca1e50f52784fbe8f8a738e88bcf957d6695 /x11/gnome-python | |
parent | a8c99602ff19cfddf26ac56953ab0d632cfb18ba (diff) | |
download | pkgsrc-b8995d485dadf5bd55789b9fdc4d2e8921b84021.tar.gz |
Add missing dependence on "gnome-core" to get the "panel_applet" library.
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 a9051e62eff..631f707d139 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/01/20 21:33:11 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/01/20 23:35:57 tron Exp $ DISTNAME= gnome-python-1.0.50 CATEGORIES= x11 gnome @@ -9,6 +9,7 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gtkglarea-*:../../x11/gtkglarea DEPENDS+= libglade-*:../../devel/libglade +DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= python-*:../../lang/python CONFLICTS+= py-gtk-* |