summaryrefslogtreecommitdiff
path: root/lang/gcc295/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-01-14 12:42:39 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2005-01-14 12:42:39 +0000
commit329803b1d4308e65c1ed6909717dc8c6478d4544 (patch)
tree41c6ea0f74c4f005a3187087653391445848eb2c /lang/gcc295/Makefile
parentThe server part was moved to pygopher several versions ago. (diff)
Fix comparison (nod to Freshports sanity-checking daemon).
Notes
Notes: svn path=/head/; revision=126421
Diffstat (limited to 'lang/gcc295/Makefile')
-rw-r--r--lang/gcc295/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index 98cba44039e3..8021e038f168 100644
--- a/lang/gcc295/Makefile
+++ b/lang/gcc295/Makefile
@@ -29,7 +29,7 @@ LATEST_LINK= gcc295
.include <bsd.port.pre.mk>
-.if ${ARCH} = alpha
+.if (${ARCH} == alpha)
WITHOUT_CPU_CFLAGS= yes
.endif