diff options
author | sketch <sketch@pkgsrc.org> | 2004-08-19 12:51:06 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-08-19 12:51:06 +0000 |
commit | 050553a2909e93eb795e42c961fef4930ce09b56 (patch) | |
tree | 2d6998e2c02f7fce650a3e71c9a6fdc95ad6fc4f /multimedia/realplayer | |
parent | 346d7fef550f53617e66cbc80a12f7080b95e46c (diff) | |
download | pkgsrc-050553a2909e93eb795e42c961fef4930ce09b56.tar.gz |
New distfile actually appears to be 8.0.3.526, and requires libXm. Add a
dependancy on suse_openmotif, and bump PKGREVISION.
Diffstat (limited to 'multimedia/realplayer')
-rw-r--r-- | multimedia/realplayer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/realplayer/Makefile b/multimedia/realplayer/Makefile index d11ae1f8a32..ff4ea2ad1f4 100644 --- a/multimedia/realplayer/Makefile +++ b/multimedia/realplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/08/19 12:25:16 sketch Exp $ +# $NetBSD: Makefile,v 1.6 2004/08/19 12:51:06 sketch Exp $ PKGNAME= realplayer-8.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= # empty EXTRACT_SUFX= .bin @@ -30,6 +30,7 @@ COMMENT= RealAudio and RealVideo player .if ${OPSYS} == "NetBSD" . if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif . elif ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" . if !exists(/emul/svr4/usr/lib/ld.so) PKG_FAIL_REASON= "${PKGNAME} requires Solaris libraries - see compat_svr4(8)" |