aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-03-11 13:23:31 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-03-11 13:23:31 +0000
commitc4c005cd7c8f019d0020ed0bfa244d8a19115eae (patch)
tree24e324f42f7f4075546dc5e9dbdcf071251b29cb /lang
parenta6b045c57beb45b7be86eaa6e6068a1aa1920dba (diff)
downloadports-c4c005cd7c8f019d0020ed0bfa244d8a19115eae.tar.gz
ports-c4c005cd7c8f019d0020ed0bfa244d8a19115eae.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc44/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index e14c345b7e52..d6735ebb4a40 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure
.include <bsd.port.pre.mk>
-.if ${ARCH} == i386
+.if ${ARCH} != i386
WITHOUT_JAVA= yes
.endif