diff options
author | tron <tron@pkgsrc.org> | 2000-01-20 23:58:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-20 23:58:11 +0000 |
commit | a5048ab515a9ca69fa3269bbd6fbcb9382df296d (patch) | |
tree | 752fd23b317e28b0f7a6fb07cdf6e29a8ed8e623 /x11 | |
parent | b8995d485dadf5bd55789b9fdc4d2e8921b84021 (diff) | |
download | pkgsrc-a5048ab515a9ca69fa3269bbd6fbcb9382df296d.tar.gz |
Order dependences properly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index 631f707d139..28c57837993 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/20 23:35:57 tron Exp $ +# $NetBSD: Makefile,v 1.10 2000/01/20 23:58:11 tron Exp $ DISTNAME= gnome-python-1.0.50 CATEGORIES= x11 gnome @@ -7,9 +7,9 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-python/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ +DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= gtkglarea-*:../../x11/gtkglarea DEPENDS+= libglade-*:../../devel/libglade -DEPENDS+= gnome-core-*:../../x11/gnome-core DEPENDS+= python-*:../../lang/python CONFLICTS+= py-gtk-* |