diff options
author | grant <grant@pkgsrc.org> | 2002-08-21 03:54:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-21 03:54:02 +0000 |
commit | bb99ed43c4a21e6dec5067a4fab8696be85014e3 (patch) | |
tree | 236115e08e43dd1f9e153e3d8e86911e96f86969 /audio | |
parent | 0a8c94371403383f83a4af34620957944be3cbfb (diff) | |
download | pkgsrc-bb99ed43c4a21e6dec5067a4fab8696be85014e3.tar.gz |
.elseif -> .elif
Diffstat (limited to 'audio')
-rw-r--r-- | audio/realplayer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/realplayer/Makefile b/audio/realplayer/Makefile index 9155be2d1e5..9f5512ff53a 100644 --- a/audio/realplayer/Makefile +++ b/audio/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/08/20 13:56:47 grant Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/21 03:54:02 grant Exp $ PKGNAME= realplayer-8.0.1 WRKSRC= ${WRKDIR}/RealPlayer8 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .bin .include "../../mk/bsd.prefs.mk" .if ${MACHINE} == "i386" DISTNAME= rp8_linux20_libc6_i386_cs2 -.elseif ${MACHINE} == "sparc" +.elif ${MACHINE} == "sparc" DISTNAME= rp8_solaris27_sparc_cs2 .endif @@ -20,7 +20,7 @@ COMMENT= RealAudio and RealVideo player .if ${OPSYS} == "NetBSD" . if ${MACHINE} == "i386" DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 -. elseif ${MACHINE} == "sparc" +. elif ${MACHINE} == "sparc" . if !exists(/emul/svr4/usr/lib/ld.so) IGNORE= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" . endif |