diff options
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 6178dee106c..8bf4c4320d9 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/02/27 21:33:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.33 2005/03/02 10:31:23 grant Exp $ DISTNAME= icon.v942src PKGNAME= icon-9.4.2 @@ -30,11 +30,11 @@ PTHREAD_OPTS+= require native . include "../../mk/pthread.buildlink3.mk" . endif -.elseif ${OPSYS} == "SunOS" +.elif ${OPSYS} == "SunOS" . if !empty(CC_VERSION:M*gcc*) NAME= sun_gcc -. elseif !empty(CC_VERSION:MSun) +. elif !empty(CC_VERSION:MSun) NAME= sun_sunc . else PKG_FAIL_REASON= "${PKGNAME} does not know about ${CC_VERSION}" |