summaryrefslogtreecommitdiff
path: root/audio/realplayer
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-08-21 03:54:02 +0000
committergrant <grant@pkgsrc.org>2002-08-21 03:54:02 +0000
commitbb99ed43c4a21e6dec5067a4fab8696be85014e3 (patch)
tree236115e08e43dd1f9e153e3d8e86911e96f86969 /audio/realplayer
parent0a8c94371403383f83a4af34620957944be3cbfb (diff)
downloadpkgsrc-bb99ed43c4a21e6dec5067a4fab8696be85014e3.tar.gz
.elseif -> .elif
Diffstat (limited to 'audio/realplayer')
-rw-r--r--audio/realplayer/Makefile6
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