diff options
author | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
commit | dbb71432c1380918f61104a2e5d18effa27af2ab (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /audio | |
parent | 871498add4080b3a349768e215c1d64a2acbefc0 (diff) | |
download | pkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.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 |