diff options
author | rh <rh> | 2003-04-20 14:17:48 +0000 |
---|---|---|
committer | rh <rh> | 2003-04-20 14:17:48 +0000 |
commit | 48f9d39b172ee2cd42c600dcf0ec4337e03d181a (patch) | |
tree | 96fcee93c92a0a6f54200554c10ef9eab1a48df0 /x11 | |
parent | 7c7e2922076a7f0a52b9801f804f91f45c1b11ff (diff) | |
download | pkgsrc-48f9d39b172ee2cd42c600dcf0ec4337e03d181a.tar.gz |
This will only work with gnome-panel-1.x
Diffstat (limited to 'x11')
-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 be4960d3b58..b17c54366e0 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/03/14 19:38:04 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2003/04/20 14:26:01 rh Exp $ DISTNAME= gnome-python-1.4.4 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.4 @@ -10,6 +10,8 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ COMMENT= Python Bindings for the GNU Network Object Model Environment +BUILDLINK_DEPENDS.gnome-panel= gnome-panel<2.0 + CONFLICTS+= py-gtk-[0-9]* CONFLICTS+= gnome-python-* |