aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-08-24 15:17:52 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-08-24 15:17:52 +0000
commitd1834ab3b9c0f098170b955bbafa7eebcbd222a4 (patch)
treeac9817a600c33a5e70b97dda0ee58d242c90f214 /x11-toolkits
parent8dc1141532648ae8976ec2be79c53ab633278054 (diff)
downloadports-d1834ab3b9c0f098170b955bbafa7eebcbd222a4.tar.gz
ports-d1834ab3b9c0f098170b955bbafa7eebcbd222a4.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox17/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index b1d909ddd8d5..1132312a7fdf 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -43,7 +43,7 @@ MAN1= reswrap.1 shutterbug.1 adie.1 PathFinder.1 calculator.1 \
.include <bsd.port.pre.mk>
-.if (${ARCH} == "aplha" || ${ARCH} == "sparc64") && ${OSVERSION} < 700000
+.if (${ARCH} == "alpha" || ${ARCH} == "sparc64") && ${OSVERSION} < 700000
THREAD_LIBS= -lthr
.else
THREAD_LIBS= ${PTHREAD_LIBS}