diff options
-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 26260f4e5..5ae771ce0 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.43 2006/08/22 04:33:58 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.44 2006/08/27 18:05:29 marcus Exp $ # PORTNAME= gedit @@ -43,7 +43,7 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mpygnomedesktop}!="" && ${ARCH}!="sparc64" +.if ${HAVE_GNOME:Mpygnomedesktop}!="" USE_PYTHON= yes .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygnomedesktop |