From e4c27718725fbe666d1483316d19c0902933eade Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 28 Jul 2006 18:42:28 +0000 Subject: Add an additional optional dependency on py-gnome-extras needed by the invest applet. Noticed by: mezz git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6885 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-applets/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11') diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index b7bc6ea99..183b8513c 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.131 2006/07/27 05:54:02 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.132 2006/07/27 20:59:12 marcus Exp $ # PORTNAME= gnome-applets @@ -87,10 +87,12 @@ PLIST_SUB+= COMMANDER="" PLIST_SUB+= COMMANDER="@comment " .endif -.if exists(${pygnomedesktop_DETECT}) || ( ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64" ) +.if ( exists(${pygnomedesktop_DETECT}) && exists(${pygnomeextras_DETECT}) ) || \ + ( ( ${HAVE_GNOME:Mpygnomedesktop}!="" && \ + ${HAVE_GNOME:Mpygnomeextras}!="" ) && ${ARCH}!="sparc64" ) USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnomedesktop +USE_GNOME+= pygnomedesktop pygnomeextras PLIST_SUB+= PYTHON="" .else PLIST_SUB+= PYTHON="@comment " -- cgit v1.2.3