diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-29 10:50:51 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-29 10:50:51 +0800 |
commit | 2ec73b3e6a08c86099eb01d31919c686e0104cca (patch) | |
tree | bcaead52dcaf462f2d58edfc34fa835e4aa368c4 /editors | |
parent | 87dffed2b5d01bcf15725e8d466583ef784b3ac3 (diff) | |
download | marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.tar marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.tar.gz marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.tar.bz2 marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.tar.lz marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.tar.xz marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.tar.zst marcuscom-ports-2ec73b3e6a08c86099eb01d31919c686e0104cca.zip |
- Python plugins now work on sparc64
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7164 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 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 |