diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-28 23:37:18 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-28 23:37:18 +0800 |
commit | 98192905a054f378792d6a3090f7065494ca0a67 (patch) | |
tree | 3d43f084cf0700200c5dc418d6debc6f2c2ec071 /editors | |
parent | d1184f10da11f7c575d1bcdad51e4bfe9a5f60df (diff) | |
download | marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.tar marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.tar.gz marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.tar.bz2 marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.tar.lz marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.tar.xz marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.tar.zst marcuscom-ports-98192905a054f378792d6a3090f7065494ca0a67.zip |
- Disable pygnomedesktop on sparc64 until I find a fix
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6335 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-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 |