diff options
Diffstat (limited to 'x11-toolkits/fox17/Makefile')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 2 |
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} |