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 | |
parent | 7c7e2922076a7f0a52b9801f804f91f45c1b11ff (diff) | |
download | pkgsrc-48f9d39b172ee2cd42c600dcf0ec4337e03d181a.tar.gz |
This will only work with gnome-panel-1.x
-rw-r--r-- | misc/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-python/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index c68a36d3536..3b50f45a8b5 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2003/04/11 11:34:37 tron Exp $ +# $NetBSD: Makefile,v 1.58 2003/04/20 14:17:48 rh Exp $ DISTNAME= gnome-utils-1.4.1.2 PKGREVISION= 2 @@ -13,6 +13,8 @@ COMMENT= Set of useful GNOME utilities and applications BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= xml-i18n-tools-[0-9]*:../../textproc/xml-i18n-tools +BUILDLINK_DEPENDS.gnome-panel= gnome-panel<2.0 + CONFLICTS= coreutils<=5.0 USE_GMAKE= YES 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-* |