diff options
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index bbf2a8007..8e357586c 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.33 2006/04/13 07:52:34 bland Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.35 2006/05/15 22:53:10 ahze Exp $ # PORTNAME= gedit @@ -42,7 +42,7 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mpygnomedesktop}!="" +.if ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64" USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygnomedesktop |