diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
commit | 0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /audio | |
parent | a2849a9dcac8e838b0156047f813c71851ab8a56 (diff) | |
download | pkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/realplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/realplayer/Makefile b/audio/realplayer/Makefile index 4816a3a5338..cdc0644d57a 100644 --- a/audio/realplayer/Makefile +++ b/audio/realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/09/28 23:52:42 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/12/07 02:38:52 schmonz Exp $ PKGNAME= realplayer-8.0.1 WRKSRC= ${WRKDIR}/RealPlayer8 @@ -24,7 +24,7 @@ COMMENT= RealAudio and RealVideo player DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 . elif ${MACHINE} == "sparc" . if !exists(/emul/svr4/usr/lib/ld.so) -IGNORE= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" +PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" . endif . endif .endif |